Skip to content

Commit

Permalink
Update minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
securesocketfunneling committed Sep 12, 2016
1 parent b0c3cca commit 6eec259
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@ set(project_name "SSF")
project(${project_name})

set(SSF_VERSION_MAJOR 2)
set(SSF_VERSION_MINOR 1)
set(SSF_VERSION_MINOR 2)
set(SSF_VERSION_FIX 0)
set(SSF_VERSION_BOUNCE 2)
set(SSF_VERSION_TRANSPORT 1)

set(SSF_VERSION "${SSF_VERSION_MAJOR}.${SSF_VERSION_MINOR}.${SSF_VERSION_FIX}")

message("** SSF_VERSION ${SSF_VERSION}")
message("** SSF_VERSION: ${SSF_VERSION}")

message("** BUILD_TYPE: ${CMAKE_BUILD_TYPE}")

# --- Options
option(BUILD_UNIT_TESTS "Build SSF unit tests" ON)
Expand Down

0 comments on commit 6eec259

Please sign in to comment.