From b5b781b1f257feb673e8f2fda3007b1d95ed4324 Mon Sep 17 00:00:00 2001 From: Adam Radziszewski <adam.radziszewski@pwr.wroc.pl> Date: Mon, 14 Nov 2011 13:54:37 +0100 Subject: [PATCH] advance version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f62621..178bc91 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ PROJECT(Corpus2Library) set(corpus2_ver_major "1") set(corpus2_ver_minor "0") -set(corpus2_ver_patch "13") +set(corpus2_ver_patch "14") cmake_minimum_required(VERSION 2.8.0) -- GitLab