Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Jun 18, 2020
1 parent 71827fa commit 89f1825
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if(NOT CMAKE_BUILD_TYPE)
list(GET CMAKE_CONFIGURATION_TYPES 0 CMAKE_BUILD_TYPE)
endif()

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

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

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

0 comments on commit 89f1825

Please sign in to comment.