Skip to content

Commit

Permalink
Re-set development (Mudlet#3417)
Browse files Browse the repository at this point in the history
* Update mudlet.pro

* Update CMakeLists.txt
  • Loading branch information
vadi2 authored Mar 10, 2020
1 parent 4c63abd commit 2a5079a
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.6.1)
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 2a5079a

Please sign in to comment.