diff options
author | Robert Jonsson <spamatica@gmail.com> | 2013-01-28 20:37:06 +0000 |
---|---|---|
committer | Robert Jonsson <spamatica@gmail.com> | 2013-01-28 20:37:06 +0000 |
commit | 5d8ab88bd418da3a4047b38707b5a49f32e912ba (patch) | |
tree | 1a4b8390e02fb2669d7761c1be1ca7c3a3b54e3f | |
parent | 7801af3804797fa0591c54ab6b122348086825d6 (diff) |
release 2.1.1
-rw-r--r-- | muse2/CMakeLists.txt | 4 | ||||
-rw-r--r-- | muse2/ChangeLog | 1 | ||||
-rw-r--r-- | muse2/muse/widgets/aboutbox.ui | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/muse2/CMakeLists.txt b/muse2/CMakeLists.txt index 7fce0e78..17e82eef 100644 --- a/muse2/CMakeLists.txt +++ b/muse2/CMakeLists.txt @@ -85,8 +85,8 @@ set(CMAKE_SKIP_RULE_DEPENDENCY TRUE) SET(MusE_VERSION_MAJOR 2) SET(MusE_VERSION_MINOR 1) SET(MusE_VERSION_PATCH 0) -SET(MusE_VERSION "2.1") -SET(MusE_VERSION_FULL "2.1") +SET(MusE_VERSION "2.1.1") +SET(MusE_VERSION_FULL "2.1.1") SET(MusE_INSTALL_NAME "muse-2.1") SET(MusE_EXEC_NAME "muse2") diff --git a/muse2/ChangeLog b/muse2/ChangeLog index d4bb902e..d0ab39f7 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,4 +1,5 @@ 28.01.2013: + - MusE 2.1.1 released! - Added setting for default track height (rj) 27.01.2013: * Feature: Shortcuts dialog modeless + has default global shortcut Ctl+Shift+F1 + "Printable file" button. (Tim) diff --git a/muse2/muse/widgets/aboutbox.ui b/muse2/muse/widgets/aboutbox.ui index af771477..55338d02 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.1</string> + <string>Version 2.1.1</string> </property> <property name="wordWrap"> <bool>false</bool> |