Skip to content

Commit b5f3264

Browse files
SlySvenvadi2
authored andcommitted
Version: advance master to form start point for future work (#441)
It is my understanding that urgent bug fixes for the Release 3.0.0 need to be based on a version with the same version major.minor.patch "Sematic Version" string but, until actually "released" will carry a "-dev" build suffix. This commit will introduce the change so that the resultant point in the repository becomes the start point for such fixes and other work. Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
1 parent 0fed9d9 commit b5f3264

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
############################################################################
22
# Copyright (C) 2014 by Ahmed Charles - acharles@outlook.com #
3-
# Copyright (C) 2015-2016 by Stephen Lyons - slysven@virginmedia.com #
3+
# Copyright (C) 2015-2017 by Stephen Lyons - slysven@virginmedia.com #
44
# #
55
# This program is free software; you can redistribute it and/or modify #
66
# it under the terms of the GNU General Public License as published by #
@@ -40,7 +40,7 @@ ELSE()
4040
ENDIF()
4141

4242
SET(APP_VERSION 3.0.0)
43-
SET(APP_BUILD "")
43+
SET(APP_BUILD "-dev")
4444
# APP_BUILD should only be empty/null in official "release" builds,
4545
# developers may like to set it to their user and branch names to make it easier
4646
# to tell different builds apart!

src/src.pro

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
############################################################################
22
# Copyright (C) 2014 by Ahmed Charles - acharles@outlook.com #
3-
# Copyright (C) 2013-2015 by Stephen Lyons - slysven@virginmedia.com #
3+
# Copyright (C) 2013-2015, 2017 by Stephen Lyons #
4+
# - slysven@virginmedia.com #
45
# #
56
# This program is free software; you can redistribute it and/or modify #
67
# it under the terms of the GNU General Public License as published by #
@@ -56,7 +57,7 @@ QT += network opengl uitools multimedia gui
5657
# (it is NOT a Qt built-in variable) for a release build or, if you are
5758
# distributing modified code, it would be useful if you could put something to
5859
# distinguish the version:
59-
BUILD =
60+
BUILD = "-dev"
6061

6162
# Changing the above pair of values affects: ctelnet.cpp, main.cpp, mudlet.cpp
6263
# dlgAboutDialog.cpp and TLuaInterpreter.cpp. It does NOT cause those files to

0 commit comments

Comments
 (0)