diff options
-rw-r--r-- | muse2/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/muse2/CMakeLists.txt b/muse2/CMakeLists.txt index aa527145..c0242f00 100644 --- a/muse2/CMakeLists.txt +++ b/muse2/CMakeLists.txt @@ -63,9 +63,9 @@ set(CMAKE_SKIP_RULE_DEPENDENCY TRUE) SET(MusE_VERSION_MAJOR 2) SET(MusE_VERSION_MINOR 0) SET(MusE_VERSION_PATCH 0) -SET(MusE_VERSION "2.0alpha") -SET(MusE_VERSION_FULL "2.0alpha") -SET(MusE_INSTALL_NAME "muse-2.0alpha") +SET(MusE_VERSION "2.0beta") +SET(MusE_VERSION_FULL "2.0beta") +SET(MusE_INSTALL_NAME "muse-2.0beta") SET(MusE_EXEC_NAME "muse2") ## The directory where we will install the shared components: |