From bc330d308e0c284ee4e18a60295f124d6c14d2c2 Mon Sep 17 00:00:00 2001 From: Robert Jonsson Date: Wed, 22 Dec 2010 10:14:56 +0000 Subject: versions --- muse2/CMakeLists.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'muse2') diff --git a/muse2/CMakeLists.txt b/muse2/CMakeLists.txt index 11d57f0f..1a6fbd0f 100644 --- a/muse2/CMakeLists.txt +++ b/muse2/CMakeLists.txt @@ -38,7 +38,7 @@ IF(NOT DEFINED SHARE_INSTALL_PREFIX) ENDIF(NOT DEFINED SHARE_INSTALL_PREFIX) #set(CMAKE_BUILD_TYPE debug) -set(CMAKE_BUILD_TYPE release) +#set(CMAKE_BUILD_TYPE release) # If no CMAKE_BUILD_TYPE is given on the command line, # cmake either uses the cached value, or 'empty' (plain un-opt build). @@ -61,12 +61,12 @@ set(CMAKE_BUILD_WITH_INSTALL_RPATH ON) set(CMAKE_SKIP_RULE_DEPENDENCY TRUE) # The MusE version number. -SET(MusE_VERSION_MAJOR 2) -SET(MusE_VERSION_MINOR 0) -SET(MusE_VERSION_PATCH 1) -SET(MusE_VERSION "2.0.1") -SET(MusE_VERSION_FULL "2.0.1") -SET(MusE_INSTALL_NAME "muse-2.0") +SET(MusE_VERSION_MAJOR 1) +SET(MusE_VERSION_MINOR 9) +SET(MusE_VERSION_PATCH 0) +SET(MusE_VERSION "1.9.0") +SET(MusE_VERSION_FULL "1.9.0") +SET(MusE_INSTALL_NAME "muse-1.9") ## The library where we will install the shared components: SET(MusE_MODULES_DIR ${CMAKE_INSTALL_LIBDIR}/${MusE_INSTALL_NAME}/modules) -- cgit v1.2.3