Author: pnoltes
Date: Wed May 29 20:54:54 2013
New Revision: 1487644
URL: http://svn.apache.org/r1487644
Log:
CELIX-57: Updated installation.cmake with correct version for the framework and
the root CMakeLists with the correct default version for bundles.
Modified:
incubator/celix/trunk/CMakeLists.txt
incubator/celix/trunk/cmake/installation.cmake
Modified: incubator/celix/trunk/CMakeLists.txt
URL:
http://svn.apache.org/viewvc/incubator/celix/trunk/CMakeLists.txt?rev=1487644&r1=1487643&r2=1487644&view=diff
==============================================================================
--- incubator/celix/trunk/CMakeLists.txt (original)
+++ incubator/celix/trunk/CMakeLists.txt Wed May 29 20:54:54 2013
@@ -38,7 +38,7 @@ include(cmake/installation.cmake)
include(UseDoxygen)
-set(DEFAULT_VERSION 0.0.1-incubation)
+set(DEFAULT_VERSION 0.0.1.incubation)
## New sub project must use a buildoption to be able to enable/disable the
project using the CMake Editor
## Sub projects depending on another sub project automatically enable these
dependencies
Modified: incubator/celix/trunk/cmake/installation.cmake
URL:
http://svn.apache.org/viewvc/incubator/celix/trunk/cmake/installation.cmake?rev=1487644&r1=1487643&r2=1487644&view=diff
==============================================================================
--- incubator/celix/trunk/cmake/installation.cmake (original)
+++ incubator/celix/trunk/cmake/installation.cmake Wed May 29 20:54:54 2013
@@ -18,7 +18,7 @@
# Set version
SET(FRAMEWORK_MAJOR "0")
SET(FRAMEWORK_MINOR "0")
-SET(FRAMEWORK_PATCH "1-incubation")
+SET(FRAMEWORK_PATCH "1.incubation")
SET(CMAKE_INSTALL_COMPONENT "Framework")
GET_FILENAME_COMPONENT(__cmake_path ${CMAKE_COMMAND} PATH)