autogen.sh CMakeLists.txt

Christian Mollekopf mollekopf at kolabsys.com
Wed May 23 16:55:05 CEST 2012


 CMakeLists.txt |    2 +-
 autogen.sh     |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 73dbc69f954b15072f434c31c95d01ea6d6e66db
Author: Christian Mollekopf <mollekopf at kolabsys.com>
Date:   Wed May 23 16:51:34 2012 +0200

    Version bump to 0.6

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 71230dd..2015e5f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,7 +40,7 @@ endif()
 # 0.2 (0.2 development version)
 
 set (Libkolabxml_VERSION_MAJOR 0)
-set (Libkolabxml_VERSION_MINOR 5)
+set (Libkolabxml_VERSION_MINOR 6)
 # Enable the full x.y.z version only for release versions
 # set (Libkolabxml_VERSION_PATCH 0)
 # set (Libkolabxml_VERSION "${Libkolabxml_VERSION_MAJOR}.${Libkolabxml_VERSION_MINOR}.${Libkolabxml_VERSION_PATCH}" )
diff --git a/autogen.sh b/autogen.sh
index 1f8a865..2e706c5 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -86,7 +86,7 @@ fi
 
 cd ..
 
-git archive --prefix=libkolabxml-0.5/ HEAD | gzip -c > libkolabxml-0.5.tar.gz
+git archive --prefix=libkolabxml-0.6/ HEAD | gzip -c > libkolabxml-0.6.tar.gz
 
-cp libkolabxml-0.5.tar.gz `rpm --eval='%{_sourcedir}'`
+cp libkolabxml-0.6.tar.gz `rpm --eval='%{_sourcedir}'`
 





More information about the commits mailing list