diff --git a/NEWS b/NEWS index ef4741d..f686468 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/VERSION.txt b/VERSION.txt index b616048..844f6a9 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.6.2 +0.6.3 diff --git a/docs/Doxyfile b/docs/Doxyfile index 2846529..1ad0488 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -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. diff --git a/mapmap.pro b/mapmap.pro index 48bcbd6..f7a8fcc 100644 --- a/mapmap.pro +++ b/mapmap.pro @@ -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 diff --git a/src/core/MM.cpp b/src/core/MM.cpp index ef18f8a..6f8df50 100644 --- a/src/core/MM.cpp +++ b/src/core/MM.cpp @@ -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";