post-release version bump

This commit is contained in:
Alexandre Quessy
2016-04-19 15:24:21 -04:00
parent 915a0c4fad
commit 02bf122500
5 changed files with 8 additions and 4 deletions
+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.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.
+1 -1
View File
@@ -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";
+4
View File
@@ -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
+1 -1
View File
@@ -1 +1 @@
0.4.0
0.4.1
+1 -1
View File
@@ -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