Skip to content

Commit

Permalink
Fix version string
Browse files Browse the repository at this point in the history
  • Loading branch information
G-071 committed Aug 22, 2023
1 parent 3310dee commit 73fc898
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 @@ -12,8 +12,8 @@ set(CMAKE_CXX_STANDARD 17)
# Version

set(CPPUDDLE_VERSION_MAJOR 0)
set(CPPUDDLE_VERSION_MINOR 1)
set(CPPUDDLE_VERSION_PATCH 99)
set(CPPUDDLE_VERSION_MINOR 3)
set(CPPUDDLE_VERSION_PATCH 0)
set(CPPUDDLE_VERSION_STRING "${CPPUDDLE_VERSION_MAJOR}.${CPPUDDLE_VERSION_MINOR}.${CPPUDDLE_VERSION_PATCH}.")

#------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 73fc898

Please sign in to comment.