diff options
author | Robert Jonsson <spamatica@gmail.com> | 2011-05-02 21:41:02 +0000 |
---|---|---|
committer | Robert Jonsson <spamatica@gmail.com> | 2011-05-02 21:41:02 +0000 |
commit | 2074d42f7574b8c5110773224995392053fcc5f4 (patch) | |
tree | 923248567bab01b192aa4dd0f512a999efde439d | |
parent | f02261afb2dd2ea116ff5c5efa037022cdff36d1 (diff) |
muse 2.0beta
-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: |