Skip to content

Commit 377a689

Browse files
committed
Update version number
1 parent c7a0bb1 commit 377a689

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ project(sfizz
1414
DESCRIPTION "SFZ sampler, providing AU, LV2, PureData and VST plugins."
1515
HOMEPAGE_URL "http://sfztools.github.io/sfizz"
1616
LANGUAGES CXX C
17-
VERSION 1.2.2
17+
VERSION 1.2.3
1818
)
1919
set(PROJECT_REPOSITORY "https://github.com/sfztools/sfizz")
2020
set(PROJECT_AUTHOR "SFZTools")
2121
set(PROJECT_EMAIL "[email protected]")
2222

2323
set(LV2_PLUGIN_VERSION_MINOR 10)
24-
set(LV2_PLUGIN_VERSION_MICRO 4)
24+
set(LV2_PLUGIN_VERSION_MICRO 6)
2525

2626
# External configuration CMake scripts
2727
set (CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH};"

library

0 commit comments

Comments
 (0)