From 3e79cbcbea4480a43dc6052fb0fc118c356fb404 Mon Sep 17 00:00:00 2001 From: Robert Jonsson Date: Sat, 24 Apr 2021 19:32:56 +0200 Subject: [PATCH] Release 4.0, to the moon! --- src/CMakeLists.txt | 4 ++-- src/ChangeLog | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0a9089101..969c87e82 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -99,8 +99,8 @@ set(CMAKE_SKIP_RULE_DEPENDENCY TRUE) SET(MusE_VERSION_MAJOR 4) SET(MusE_VERSION_MINOR 0) SET(MusE_VERSION_PATCH 0) -SET(MusE_VERSION "4.0pre3") -SET(MusE_VERSION_FULL "4.0pre3") +SET(MusE_VERSION "4.0") +SET(MusE_VERSION_FULL "4.0") SET(MusE_INSTALL_NAME "muse-4.0") SET(MusE_EXEC_NAME "muse4") diff --git a/src/ChangeLog b/src/ChangeLog index d597916e6..e53d8e15a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,4 +1,5 @@ 24.04.2021 + *** MusE 4.0 *** - Fix: Drum list: Disable grouping options when no different tracks are involved. (kybos) 23.04.2021 - Part colours: Fixed 'live' recording virtual part overlay, and eventual created part. (Tim)