Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Jun 7, 2020
1 parent a3d23dc commit 542ec35
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 @@ -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,7 +154,7 @@ set(OPENELP_SOURCE_DIR "${OPENELP_DIR}/src")
set(OPENELP_TEST_DIR "${OPENELP_DIR}/test")

set(OPENELP_MAJOR_VERSION 0)
set(OPENELP_MINOR_VERSION 6)
set(OPENELP_MINOR_VERSION 7)
set(OPENELP_PATCH_VERSION 0)
set(OPENELP_VERSION
${OPENELP_MAJOR_VERSION}.${OPENELP_MINOR_VERSION}.${OPENELP_PATCH_VERSION})
Expand Down

0 comments on commit 542ec35

Please sign in to comment.