Skip to content

Commit

Permalink
bump version in CMakeLists.txt to 0.7 to make new release.
Browse files Browse the repository at this point in the history
I noticed that I haven't managed this version number...
  • Loading branch information
atsushieno committed Dec 12, 2024
1 parent e27f600 commit 82300d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5.1)

project(cmidi2 VERSION 0.4.0 LANGUAGES C CXX)
project(cmidi2 VERSION 0.7.0 LANGUAGES C CXX)

add_executable (cmidi2_test
cmidi2_test.c)
Expand Down

0 comments on commit 82300d4

Please sign in to comment.