Skip to content

Commit

Permalink
Add the -dev toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Sep 21, 2019
1 parent ff323c4 commit 3cf4b2a
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 @@ -79,7 +79,7 @@ set(APP_VERSION 4.1.2)
if(DEFINED ENV{MUDLET_VERSION_BUILD} AND NOT $ENV{MUDLET_VERSION_BUILD} STREQUAL "")
set(APP_BUILD $ENV{MUDLET_VERSION_BUILD})
else()
set(APP_BUILD "")
set(APP_BUILD "-dev")
endif()

set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH})
Expand Down
2 changes: 1 addition & 1 deletion src/mudlet.pro
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ BUILD = $$(MUDLET_VERSION_BUILD)
isEmpty( BUILD ) {
# Leave the value of the following empty for a release build
# i.e. the line should be "BUILD =" without quotes
BUILD = ""
BUILD = "-dev"
}

# Changing BUILD and VERSION values affects: ctelnet.cpp, main.cpp, mudlet.cpp
Expand Down

0 comments on commit 3cf4b2a

Please sign in to comment.