From 37e405424cabc04b3b3c1915374847c2e7f05f8d Mon Sep 17 00:00:00 2001 From: Robert Jonsson Date: Wed, 22 Dec 2010 13:48:51 +0000 Subject: versioning again --- muse2/CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'muse2/CMakeLists.txt') diff --git a/muse2/CMakeLists.txt b/muse2/CMakeLists.txt index 1a6fbd0f..c2bd16bf 100644 --- a/muse2/CMakeLists.txt +++ b/muse2/CMakeLists.txt @@ -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 1) -SET(MusE_VERSION_MINOR 9) +SET(MusE_VERSION_MAJOR 2) +SET(MusE_VERSION_MINOR 0) 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") +SET(MusE_VERSION "2.0alpha") +SET(MusE_VERSION_FULL "2.0alpha") +SET(MusE_INSTALL_NAME "muse-2.0alpha") ## The library where we will install the shared components: SET(MusE_MODULES_DIR ${CMAKE_INSTALL_LIBDIR}/${MusE_INSTALL_NAME}/modules) -- cgit v1.2.3