mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
post-release version bump
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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
@@ -1 +1 @@
|
||||
0.4.0
|
||||
0.4.1
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user