Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolcl committed Mar 6, 2024
1 parent 2f90f40 commit d27acf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
cmake_minimum_required(VERSION 3.16)

project( Drumstick
VERSION 2.9.0
VERSION 2.9.1
LANGUAGES CXX
DESCRIPTION "MIDI C++ Libraries for Qt"
HOMEPAGE_URL "https://drumstick.sourceforge.io"
Expand All @@ -29,7 +29,7 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake_admin)
include(SCMRevision)
include(CTest)
include(GNUInstallDirs)
set(RELEASE_DATE "December 23, 2023")
#set(RELEASE_DATE "December 23, 2023")
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
set(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/lib)

Expand Down

0 comments on commit d27acf5

Please sign in to comment.