Skip to content

Commit

Permalink
Version bumped to 1.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
drebatto committed Jul 13, 2018
1 parent dd24675 commit 7fad122
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 "2")
set(CPACK_PACKAGE_VERSION_PATCH "3")
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.2])
AC_INIT([GLite CE blahp], [1.22.3])
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.2
module.version=1.22.3
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.2"
#define BLAH_VERSION "1.22.3"
#endif

/* Commit date */
#ifndef BLAH_BUILD_TIMESTAMP
#define BLAH_BUILD_TIMESTAMP "Jun 20 2017"
#define BLAH_BUILD_TIMESTAMP "Jun 13 2018"
#endif

/* VERSION command result */
Expand Down

0 comments on commit 7fad122

Please sign in to comment.