From a01aed4f7aa8aa975f67783dcfc82a58783b1d0b Mon Sep 17 00:00:00 2001 From: Alexandre Quessy Date: Fri, 30 Oct 2015 15:27:33 -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 19042cf..30b57ef 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.3.1" +PROJECT_NUMBER = "0.3.2" # 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 e25b857..e2d36c2 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.3.1"; +const QString MM::VERSION = "0.3.2"; 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 1bc880d..2b65f78 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ Release notes for MapMap ======================== +2015-??-?? - MapMap 0.3.2 +------------------------- +* (none) + 2015-10-30 - MapMap 0.3.1 ------------------------- * Fix #138: splash screen does not show when installed diff --git a/VERSION.txt b/VERSION.txt index 9e11b32..d15723f 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.3.1 +0.3.2 diff --git a/mapmap.pro b/mapmap.pro index ae044e9..5ecff41 100644 --- a/mapmap.pro +++ b/mapmap.pro @@ -1,6 +1,6 @@ CONFIG += qt debug TEMPLATE = app -VERSION = 0.3.1 +VERSION = 0.3.2 TARGET = mapmap QT += gui opengl xml greaterThan(QT_MAJOR_VERSION, 4): QT += widgets