Skip to content

Commit

Permalink
Up version number to 1.3.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
maximevince committed Feb 2, 2024
1 parent 4a3aab4 commit b1d605d
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 @@ -21,8 +21,8 @@ set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS s)

# Define the application version
set(APP_VERSION_MAJOR 1)
set(APP_VERSION_MINOR 2)
set(APP_VERSION_PATCH 99) # patch level 99 = work-in-progress for next release
set(APP_VERSION_MINOR 3)
set(APP_VERSION_PATCH 0) # 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 b1d605d

Please sign in to comment.