post-release version bump

This commit is contained in:
Alexandre Quessy
2018-04-09 10:43:42 -04:00
parent 6a6b8bb8fe
commit bc0bbb3c33
5 changed files with 8 additions and 3 deletions
+1
View File
@@ -54,6 +54,7 @@ Make a release
* If it's a new feature, increment minor. If it's bugfix, increment micro. If it's not backward-compatible, increment major.
* Create a release-x.y.z branch
* Verify the version number:
* vim -o VERSION.txt DMGVERSION.txt mapmap.pro docs/Doxyfile NEWS src/core/MM.cpp
* VERSION.txt
* VERSION in MM.cpp
* VERSION in mapmap.pro
+4
View File
@@ -1,6 +1,10 @@
Release notes for MapMap
========================
2018-??-?? - MapMap 0.6.2
-------------------------
- todo
2018-04-09 - MapMap 0.6.1
-------------------------
- Add .url link file to GStreamer on macOS and packaged it in the DMG.
+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.6.1"
PROJECT_NUMBER = "0.6.2"
# 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
@@ -3,7 +3,7 @@ CONFIG += qt debug c++11
TEMPLATE = app
# Always use major.minor.micro version number format
VERSION = 0.6.1
VERSION = 0.6.2
TARGET = mapmap
DEFINES += UNICODE QT_THREAD_SUPPORT QT_CORE_LIB QT_GUI_LIB
+1 -1
View File
@@ -23,7 +23,7 @@
namespace mmp {
const QString MM::APPLICATION_NAME = "MapMap";
const QString MM::VERSION = "0.6.1";
const QString MM::VERSION = "0.6.2";
const QString MM::COPYRIGHT_OWNERS = "Sofian Audry, Dame Diongue, Alexandre Quessy, Mike Latona, Vasilis Liaskovitis";
const QString MM::ORGANIZATION_NAME = "MapMap";
const QString MM::ORGANIZATION_DOMAIN = "mapmap.info";