CMakeLists.txt

Christian Mollekopf mollekopf at kolabsys.com
Mon May 20 14:58:35 CEST 2013


 CMakeLists.txt |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c7bb51924b9411c9a6f43ca0cfb15a566420e010
Author: Christian Mollekopf <mollekopf at kolabsys.com>
Date:   Mon May 20 14:57:52 2013 +0200

    The development is going towards 1.0
    
    actually since the binary incompatible change
    bc397320d395054960197b85861636c5b6a7551c

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7c002c8..3256556 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,8 +40,8 @@ endif()
 # 0.1.1 (patch release for 0.1.0)
 # 0.2 (0.2 development version)
 
-set (Libkolabxml_VERSION_MAJOR 0)
-set (Libkolabxml_VERSION_MINOR 9)
+set (Libkolabxml_VERSION_MAJOR 1)
+set (Libkolabxml_VERSION_MINOR 0)
 # Enable the full x.y.z version only for release versions
 #set (Libkolabxml_VERSION_PATCH 1)
 #set (Libkolabxml_VERSION "${Libkolabxml_VERSION_MAJOR}.${Libkolabxml_VERSION_MINOR}.${Libkolabxml_VERSION_PATCH}" )





More information about the commits mailing list