From: Thomas Jarosch Date: Thu, 15 Sep 2011 14:22:55 +0000 (+0200) Subject: Increase version. Remove unused MAJOR_/MINOR_VERSION X-Git-Tag: v2.6~46 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=77b07cfec6448f2534295876bbaa71f16b06fb0d;p=libi2ncommon Increase version. Remove unused MAJOR_/MINOR_VERSION --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 0659252..0f4ede3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,9 +2,7 @@ project(libi2ncommon) # Version settings -set(MAJOR_VERSION 2) -set(MINOR_VERSION 1) -set(VERSION 2.2) +set(VERSION 2.3) SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}")