Skip to content

Commit

Permalink
Patch version bumped to 2 (v1.22.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
drebatto committed Jun 19, 2017
1 parent 235d84f commit b4547c0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)")
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion project/version.properties
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions src/blah_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit b4547c0

Please sign in to comment.