Skip to content

Commit

Permalink
Version number increased
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzsedlazeck committed Jan 29, 2019
1 parent a281905 commit efa7208
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 @@ -7,9 +7,9 @@ option(STATIC "Build static binary" OFF)
set( SNIF_VERSION_MINOR 0 )
IF(CMAKE_BUILD_TYPE STREQUAL "Debug")
message(STATUS "Building in debug mode!")
set( SNIF_VERSION_BUILD 10-debug )
set( SNIF_VERSION_BUILD 11-debug )
else()
set( SNIF_VERSION_BUILD 10 )
set( SNIF_VERSION_BUILD 11 )
ENDIF()


Expand Down

0 comments on commit efa7208

Please sign in to comment.