Skip to content

Commit

Permalink
Up version number to 1.3.99 for further development
Browse files Browse the repository at this point in the history
  • Loading branch information
maximevince committed Feb 2, 2024
1 parent b1d605d commit 84a8216
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 @@ -22,7 +22,7 @@ set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS s)
# Define the application version
set(APP_VERSION_MAJOR 1)
set(APP_VERSION_MINOR 3)
set(APP_VERSION_PATCH 0) # patch level 99 = work-in-progress for next release
set(APP_VERSION_PATCH 99) # patch level 99 = work-in-progress for next release
set(APP_VERSION_STRING "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}")

add_compile_options(
Expand Down

0 comments on commit 84a8216

Please sign in to comment.