Skip to content

Commit

Permalink
Version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
philres committed Oct 5, 2016
1 parent c6789b2 commit 64b2482
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ set( NGM_VERSION_MAJOR 0 )
set( NGM_VERSION_MINOR 1 )
IF(CMAKE_BUILD_TYPE STREQUAL "Debug")
message(STATUS "Building in debug mode!")
set( NGM_VERSION_BUILD 4-debug )
set( NGM_VERSION_BUILD 5-debug )
else()
set( NGM_VERSION_BUILD 4 )
set( NGM_VERSION_BUILD 5 )
ENDIF()

find_package( ZLIB REQUIRED )
Expand Down
2 changes: 1 addition & 1 deletion src/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define VERSION_MAJOR "0"
#define VERSION_MINOR "1"
#define VERSION_BUILD "4"
#define VERSION_BUILD "5"

#endif // VERSION_H

0 comments on commit 64b2482

Please sign in to comment.