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:
@@ -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
|
||||
|
||||
@@ -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
@@ -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
@@ -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
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user