post-release version bump

This commit is contained in:
Alexandre Quessy
2017-01-01 18:11:42 -05:00
parent 88a4be4599
commit 421b316810
5 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ PROJECT_NAME = "MapMap"
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = "0.5.0"
PROJECT_NUMBER = "0.5.1"
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
+1 -1
View File
@@ -23,7 +23,7 @@
namespace mmp {
const QString MM::APPLICATION_NAME = "MapMap";
const QString MM::VERSION = "0.5.0";
const QString MM::VERSION = "0.5.1";
const QString MM::COPYRIGHT_OWNERS = "Sofian Audry, Dame Diongue, Alexandre Quessy, Mike Latona, Vasilis Liaskovitis";
const QString MM::ORGANIZATION_NAME = "MapMap";
const QString MM::ORGANIZATION_DOMAIN = "mapmap.info";
+4
View File
@@ -1,6 +1,10 @@
Release notes for MapMap
========================
2017-0?-?? - MapMap 0.5.1
-------------------------
* in progress
2017-01-01 - MapMap 0.5.0
-------------------------
* Fix bug: it was impossible to get out of test signal mode by pressing ESC.
+1 -1
View File
@@ -1 +1 @@
0.5.0
0.5.1
+1 -1
View File
@@ -1,7 +1,7 @@
CONFIG += qt debug c++11
TEMPLATE = app
# Always use major.minor.micro version number format
VERSION = 0.5.0
VERSION = 0.5.1
TARGET = mapmap
QT += gui opengl xml core network
greaterThan(QT_MAJOR_VERSION, 4) {