From 34932f89a36313d8164112ec36a33e01f994c19c Mon Sep 17 00:00:00 2001 From: Adam Radziszewski <adam.radziszewski@pwr.wroc.pl> Date: Thu, 5 Jan 2012 09:24:45 +0100 Subject: [PATCH] advance version to 1.1 due to corpus2/corpus_whole dissection (major API change) --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0f43636..302b8f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,8 @@ PROJECT(Corpus2Library) set(corpus2_ver_major "1") -set(corpus2_ver_minor "0") -set(corpus2_ver_patch "16") +set(corpus2_ver_minor "1") +set(corpus2_ver_patch "0") cmake_minimum_required(VERSION 2.8.0) -- GitLab