diff --git a/Doxyfile b/Doxyfile index 1fe3469..4cf0a2a 100644 --- a/Doxyfile +++ b/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.2.0" +PROJECT_NUMBER = "0.2.1" # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/MM.cpp b/MM.cpp index e9dec88..7e73603 100644 --- a/MM.cpp +++ b/MM.cpp @@ -20,7 +20,7 @@ #include "MM.h" const QString MM::APPLICATION_NAME = "MapMap"; -const QString MM::VERSION = "0.2.0"; +const QString MM::VERSION = "0.2.1"; const QString MM::COPYRIGHT_OWNERS = "Sofian Audry, Alexandre Quessy, Mike Latona, Vasilis Liaskovitis, Dame Diongue"; const QString MM::ORGANIZATION_NAME = "MapMap"; const QString MM::ORGANIZATION_DOMAIN = "mapmap.info"; diff --git a/NEWS b/NEWS index 87e9c31..f1f704a 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ Release notes for MapMap ======================== +2015-??-?? - MapMap 0.2.1 +------------------------- +* ? + 2014-12-28 - MapMap 0.2.0 ------------------------- * Add --file option. diff --git a/VERSION.txt b/VERSION.txt index 0ea3a94..0c62199 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.2.0 +0.2.1 diff --git a/mapmap.pro b/mapmap.pro index 6474264..02ced87 100644 --- a/mapmap.pro +++ b/mapmap.pro @@ -1,6 +1,6 @@ CONFIG += qt debug TEMPLATE = app -VERSION = 0.2.0 +VERSION = 0.2.1 TARGET = mapmap QT += gui opengl xml widgets DEFINES += UNICODE QT_THREAD_SUPPORT QT_CORE_LIB QT_GUI_LIB