summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Jonsson <spamatica@gmail.com>2012-11-12 15:37:22 +0000
committerRobert Jonsson <spamatica@gmail.com>2012-11-12 15:37:22 +0000
commit88c30cd6042246c901cb4b44c80de2c7c066b740 (patch)
treede24b0ee117b71db3a474533a02e64b9f0215e9b
parentbe1005a6031861b91e1a2df33f62e1c5a0a2aeb6 (diff)
updated version strings
-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>