Module: sems Branch: master Commit: 5adab697a397c185c6b1a55fd9cd19beca82c22c URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=5adab697a397c185c6b1a55fd9cd19beca82c22c
Author: Peter Lemenkov <[email protected]> Committer: Peter Lemenkov <[email protected]> Date: Tue Feb 8 22:56:41 2011 +0300 Change version to 1.4.0 in CMake-file 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 b8b09ce..f5fa41d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH}) PROJECT (SEMS) SET(SEMS_MAJOR_VERSION 1) -SET(SEMS_MINOR_VERSION 3) +SET(SEMS_MINOR_VERSION 4) SET(SEMS_BUILD_VERSION 0) SET(SEMS_EXTRA_VERSION dev) _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
