Module: sems Branch: peterlemenkov/1.4.3-fedora Commit: aec12cf6735e0731496f783a48ac94290f2cb71b URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=aec12cf6735e0731496f783a48ac94290f2cb71b
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 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 a3264e3..1302857 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 3) SET(SEMS_EXTRA_VERSION dev) IF(EXISTS ${CMAKE_SOURCE_DIR}/.git) _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
