Skip to content

Commit

Permalink
bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hefloryd committed May 9, 2019
1 parent df1ef3f commit c8675af
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 @@ -6,8 +6,8 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
project (SOES)

set (SOES_VERSION_MAJOR 2)
set (SOES_VERSION_MINOR 1)
set (SOES_VERSION_PATCH 6)
set (SOES_VERSION_MINOR 2)
set (SOES_VERSION_PATCH 0)

# Generate version numbers
configure_file (
Expand Down

0 comments on commit c8675af

Please sign in to comment.