Skip to content

Commit

Permalink
Version: 0.2.8-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
philres committed Aug 2, 2018
1 parent 1038c9f commit d5a493f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set( NGM_VERSION_MAJOR 0 )
set( NGM_VERSION_MINOR 2 )
IF(CMAKE_BUILD_TYPE STREQUAL "Debug")
message(STATUS "Building in debug mode!")
set( NGM_VERSION_BUILD 8-debug )
set( NGM_VERSION_BUILD 8-dev-debug )
else()
set( NGM_VERSION_BUILD 8-dev )
ENDIF()
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 "2"
#define VERSION_BUILD "7"
#define VERSION_BUILD "8-dev-debug"

#endif // VERSION_H

0 comments on commit d5a493f

Please sign in to comment.