File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -79,11 +79,11 @@ endif()
79
79
# To insure consistency please ensure the SAME of the first two values are also
80
80
# assigned to the "VERSION" and "BUILD" variables in the native qmake project
81
81
# file, which is NOW called: ./src/mudlet.pro
82
- set (APP_VERSION 4.3 .0)
82
+ set (APP_VERSION 4.4 .0)
83
83
if (DEFINED ENV{MUDLET_VERSION_BUILD} AND NOT $ENV{MUDLET_VERSION_BUILD} STREQUAL "" )
84
84
set (APP_BUILD $ENV{MUDLET_VERSION_BUILD} )
85
85
else ()
86
- set (APP_BUILD "-dev " )
86
+ set (APP_BUILD "" )
87
87
endif ()
88
88
89
89
set (CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR} /cmake ${CMAKE_MODULE_PATH} )
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ TEMPLATE = app
99
99
# ######################### Version and Build setting ###########################
100
100
# Set the current Mudlet Version, unfortunately the Qt documentation suggests
101
101
# that only a #.#.# form without any other alphanumberic suffixes is required:
102
- VERSION = 4.3 .0
102
+ VERSION = 4.4 .0
103
103
104
104
# if you are distributing modified code, it would be useful if you
105
105
# put something distinguishing into the MUDLET_VERSION_BUILD environment
@@ -111,7 +111,7 @@ isEmpty( BUILD ) {
111
111
# "-dev" for the development build
112
112
# "-public-test-build" for the public test build
113
113
# "" for the release build
114
- BUILD = " -dev "
114
+ BUILD = " "
115
115
}
116
116
117
117
# Changing BUILD and VERSION values affects: ctelnet.cpp, main.cpp, mudlet.cpp
You can’t perform that action at this time.
0 commit comments