Skip to content

Commit

Permalink
Back to development
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Mar 18, 2024
1 parent e824631 commit 11fde32
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 @@ -45,7 +45,7 @@ if(NOT CMAKE_BUILD_TYPE)
list(GET CMAKE_CONFIGURATION_TYPES 0 CMAKE_BUILD_TYPE)
endif()

set(OPENELP_EXTRA_VERSION "" CACHE STRING
set(OPENELP_EXTRA_VERSION "dev" CACHE STRING
"Extra value suffixed to the version number"
)

Expand Down Expand Up @@ -154,7 +154,7 @@ set(OPENELP_TEST_DIR "${OPENELP_DIR}/test")

set(OPENELP_MAJOR_VERSION 0)
set(OPENELP_MINOR_VERSION 9)
set(OPENELP_PATCH_VERSION 3)
set(OPENELP_PATCH_VERSION 4)
set(OPENELP_VERSION
${OPENELP_MAJOR_VERSION}.${OPENELP_MINOR_VERSION}.${OPENELP_PATCH_VERSION})
if(OPENELP_EXTRA_VERSION)
Expand Down

0 comments on commit 11fde32

Please sign in to comment.