Skip to content

Commit

Permalink
CMakeLists.txt: bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreguillot committed Dec 13, 2024
1 parent 1ea9cc6 commit 98a59e1
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
Expand Up @@ -40,7 +40,7 @@ elseif(MSVC)
endif()

### Project ###
project(WhisperVampPlugin VERSION 1.0.0 LANGUAGES C CXX)
project(WhisperVampPlugin VERSION 2.0.0 LANGUAGES C CXX)

### Version ###
execute_process(COMMAND git log -1 --format=%h WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR} OUTPUT_VARIABLE GIT_COMMIT_ID OUTPUT_STRIP_TRAILING_WHITESPACE)
Expand Down

0 comments on commit 98a59e1

Please sign in to comment.