From 02bf1225008b877074766c4ac5fab5bd08f70679 Mon Sep 17 00:00:00 2001 From: Alexandre Quessy Date: Tue, 19 Apr 2016 15:24:21 -0400 Subject: [PATCH] post-release version bump --- Doxyfile | 2 +- MM.cpp | 2 +- NEWS | 4 ++++ VERSION.txt | 2 +- mapmap.pro | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Doxyfile b/Doxyfile index f33c918..0f85e6d 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.4.0" +PROJECT_NUMBER = "0.4.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 a195b81..e820876 100644 --- a/MM.cpp +++ b/MM.cpp @@ -22,7 +22,7 @@ MM_BEGIN_NAMESPACE const QString MM::APPLICATION_NAME = "MapMap"; -const QString MM::VERSION = "0.4.0"; +const QString MM::VERSION = "0.4.1"; const QString MM::COPYRIGHT_OWNERS = "Sofian Audry, Alexandre Quessy, Dame Diongue, Mike Latona, Vasilis Liaskovitis"; const QString MM::ORGANIZATION_NAME = "MapMap"; const QString MM::ORGANIZATION_DOMAIN = "mapmap.info"; diff --git a/NEWS b/NEWS index 26c5c01..03c4f82 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ Release notes for MapMap ======================== +2016-04-?? - MapMap 0.4.1 +------------------------- +* to do + 2016-04-19 - MapMap 0.4.0 ------------------------- * Add zoom toolbar diff --git a/VERSION.txt b/VERSION.txt index 1d0ba9e..267577d 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.4.0 +0.4.1 diff --git a/mapmap.pro b/mapmap.pro index 679f937..4cd6bb8 100644 --- a/mapmap.pro +++ b/mapmap.pro @@ -1,7 +1,7 @@ CONFIG += qt debug c++11 TEMPLATE = app # Always use major.minor.micro version number format -VERSION = 0.4.0 +VERSION = 0.4.1 TARGET = mapmap QT += gui opengl xml core greaterThan(QT_MAJOR_VERSION, 4): QT += widgets core