Module: sems Branch: 1.4 Commit: 6b673413381f38b01b6797b25571f7d9a01916f5 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=6b673413381f38b01b6797b25571f7d9a01916f5
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.4.4) 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 a1aac1f..0f17638 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ PROJECT (SEMS) SET(SEMS_MAJOR_VERSION 1) SET(SEMS_MINOR_VERSION 4) -SET(SEMS_BUILD_VERSION 2) +SET(SEMS_BUILD_VERSION 4) SET(SEMS_EXTRA_VERSION dev) IF(EXISTS ${CMAKE_SOURCE_DIR}/.git) _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
