Post-release version bump

This commit is contained in:
Alexandre Quessy
2018-07-24 23:57:23 -04:00
parent a38017722a
commit 3402bc6da1
5 changed files with 8 additions and 4 deletions
+4
View File
@@ -1,6 +1,10 @@
Release notes for MapMap
========================
2018-??-?? - MapMap 0.6.3
-------------------------
TODO
2018-07-24 - MapMap 0.6.2
-------------------------
- Remove an assert that might crash MapMap
+1 -1
View File
@@ -1 +1 @@
0.6.2
0.6.3
+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.6.2"
PROJECT_NUMBER = "0.6.3"
# 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
@@ -3,7 +3,7 @@ CONFIG += qt debug c++11
TEMPLATE = app
# Always use major.minor.micro version number format
VERSION = 0.6.2
VERSION = 0.6.3
TARGET = mapmap
DEFINES += UNICODE QT_THREAD_SUPPORT QT_CORE_LIB QT_GUI_LIB
+1 -1
View File
@@ -23,7 +23,7 @@
namespace mmp {
const QString MM::APPLICATION_NAME = "MapMap";
const QString MM::VERSION = "0.6.2";
const QString MM::VERSION = "0.6.3";
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";