Skip to content

Commit

Permalink
Re-set back to -dev
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Nov 10, 2019
1 parent 07d8e87 commit 2a2d4be
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 @@ -83,7 +83,7 @@ set(APP_VERSION 4.3.0)
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 @@ -111,7 +111,7 @@ isEmpty( BUILD ) {
# "-dev" for the development build
# "-public-test-build" for the public test build
# "" for the release build
BUILD = ""
BUILD = "-dev"
}

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

0 comments on commit 2a2d4be

Please sign in to comment.