From: Thomas Jarosch Date: Wed, 20 Jul 2011 13:04:18 +0000 (+0200) Subject: Increase version of own packages X-Git-Tag: v2.6~56 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=2f2ce5a2dd116351fdec7a4df12cb4160d53027b;p=libi2ncommon Increase version of own packages --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a0282e..b30537b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,8 +3,8 @@ project(libi2ncommon) # Version settings set(MAJOR_VERSION 2) -set(MINOR_VERSION 0) -set(VERSION 2.0) +set(MINOR_VERSION 1) +set(VERSION 2.1) SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}")