From 56f06153019238ead9a878869f3b92ef69432096 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Wed, 7 Sep 2011 14:07:03 +0200 Subject: [PATCH] Increase 'libi2ncommon' version to 2.2 --- CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 144c624..0659252 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(libi2ncommon) # Version settings set(MAJOR_VERSION 2) set(MINOR_VERSION 1) -set(VERSION 2.1) +set(VERSION 2.2) SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}") -- 1.7.1