diff --git a/CMakeLists.txt b/CMakeLists.txt index 81faf40d..8381d316 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,7 @@ message(STATUS "CPACK_PACKAGE_VERSION = ${CPACK_PACKAGE_VERSION} (from latest gi else() set(CPACK_PACKAGE_VERSION_MAJOR "1") set(CPACK_PACKAGE_VERSION_MINOR "22") -set(CPACK_PACKAGE_VERSION_PATCH "0") +set(CPACK_PACKAGE_VERSION_PATCH "2") set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}") message(STATUS "CPACK_PACKAGE_VERSION = ${CPACK_PACKAGE_VERSION} (no git tag, using hardcoded values)") diff --git a/configure.ac b/configure.ac index 559dd43d..8d736dfd 100755 --- a/configure.ac +++ b/configure.ac @@ -163,7 +163,7 @@ # AC_PREREQ(2.57) -AC_INIT([GLite CE blahp], [1.22.0]) +AC_INIT([GLite CE blahp], [1.22.2]) AC_CONFIG_AUX_DIR([./project]) AM_INIT_AUTOMAKE([1.6.3 subdir-objects]) AC_CONFIG_SRCDIR([src/main.c]) diff --git a/project/version.properties b/project/version.properties index 2da7cb7c..2cf952f5 100755 --- a/project/version.properties +++ b/project/version.properties @@ -1,3 +1,3 @@ #Mon Apr 11 15:13:49 CEST 2005 -module.version=1.22.0 +module.version=1.22.2 module.age=0 diff --git a/src/blah_version.h b/src/blah_version.h index a81520ab..55a4f0f2 100644 --- a/src/blah_version.h +++ b/src/blah_version.h @@ -12,12 +12,12 @@ /* Daemon version */ #ifndef BLAH_VERSION -#define BLAH_VERSION "1.22.0" +#define BLAH_VERSION "1.22.2" #endif /* Commit date */ #ifndef BLAH_BUILD_TIMESTAMP -#define BLAH_BUILD_TIMESTAMP "Mar 31 2008" +#define BLAH_BUILD_TIMESTAMP "Jun 20 2017" #endif /* VERSION command result */