From 2f2ce5a2dd116351fdec7a4df12cb4160d53027b Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Wed, 20 Jul 2011 15:04:18 +0200 Subject: [PATCH] Increase version of own packages --- CMakeLists.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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}") -- 1.7.1