Module: sems Branch: 1.5 Commit: 2d5d8aa360466989eb536bc86755ee111948a586 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=2d5d8aa360466989eb536bc86755ee111948a586
Author: Peter Lemenkov <[email protected]> Committer: Peter Lemenkov <[email protected]> Date: Sat May 5 12:36:51 2012 +0400 Correct version number in CMake-files (1.5.1) Signed-off-by: Peter Lemenkov <[email protected]> --- CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f57d01d..411731d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ PROJECT (SEMS) SET(SEMS_MAJOR_VERSION 1) SET(SEMS_MINOR_VERSION 5) -SET(SEMS_BUILD_VERSION 0) +SET(SEMS_BUILD_VERSION 1) SET(SEMS_EXTRA_VERSION dev) IF(EXISTS ${CMAKE_SOURCE_DIR}/.git) _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
