Skip to content

Commit

Permalink
Bump version to 0.7.93
Browse files Browse the repository at this point in the history
  • Loading branch information
Benni committed Oct 11, 2024
1 parent 41df668 commit ace801c
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 @@ -4,7 +4,7 @@ set(CMAKE_CONFIGURATION_TYPES "Release;Debug;RelWithDebugInfo" CACHE STRING "")

set(RELEASE_SERVICE_VERSION_MAJOR "0")
set(RELEASE_SERVICE_VERSION_MINOR "7")
set(RELEASE_SERVICE_VERSION_MICRO "92")
set(RELEASE_SERVICE_VERSION_MICRO "93")
set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")

project(schafkopf VERSION ${RELEASE_SERVICE_VERSION})
Expand Down

0 comments on commit ace801c

Please sign in to comment.