Skip to content

Commit

Permalink
Up version to 1.4.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
maximevince committed May 29, 2024
1 parent 3dc7033 commit 3cf2559
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 3)
set(APP_VERSION_PATCH 99) # patch level 99 = work-in-progress for next release
set(APP_VERSION_MINOR 4)
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 3cf2559

Please sign in to comment.