summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--muse2/CMakeLists.txt8
-rw-r--r--muse2/muse/widgets/aboutbox.ui2
2 files changed, 5 insertions, 5 deletions
diff --git a/muse2/CMakeLists.txt b/muse2/CMakeLists.txt
index e7742024..b0a381e5 100644
--- a/muse2/CMakeLists.txt
+++ b/muse2/CMakeLists.txt
@@ -76,11 +76,11 @@ set(CMAKE_SKIP_RULE_DEPENDENCY TRUE)
# The MusE version number.
SET(MusE_VERSION_MAJOR 2)
-SET(MusE_VERSION_MINOR 0)
+SET(MusE_VERSION_MINOR 1)
SET(MusE_VERSION_PATCH 0)
-SET(MusE_VERSION "2.0")
-SET(MusE_VERSION_FULL "2.0")
-SET(MusE_INSTALL_NAME "muse-2.0")
+SET(MusE_VERSION "2.1rc1")
+SET(MusE_VERSION_FULL "2.1rc1")
+SET(MusE_INSTALL_NAME "muse-2.1")
SET(MusE_EXEC_NAME "muse2")
## The directory where we will install the shared components:
diff --git a/muse2/muse/widgets/aboutbox.ui b/muse2/muse/widgets/aboutbox.ui
index 8b4d5b37..d9b900b9 100644
--- a/muse2/muse/widgets/aboutbox.ui
+++ b/muse2/muse/widgets/aboutbox.ui
@@ -48,7 +48,7 @@
<item>
<widget class="QLabel" name="versionLabel">
<property name="text">
- <string>Version 2</string>
+ <string>Version 2.1rc1</string>
</property>
<property name="wordWrap">
<bool>false</bool>