mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-04-01 13:09:36 +02:00
post-release version bump
This commit is contained in:
2
Doxyfile
2
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.0"
|
||||
PROJECT_NUMBER = "0.3.1"
|
||||
|
||||
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
||||
# base path where the generated documentation will be put.
|
||||
|
||||
2
MM.cpp
2
MM.cpp
@@ -20,7 +20,7 @@
|
||||
#include "MM.h"
|
||||
|
||||
const QString MM::APPLICATION_NAME = "MapMap";
|
||||
const QString MM::VERSION = "0.3.0";
|
||||
const QString MM::VERSION = "0.3.1";
|
||||
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";
|
||||
|
||||
@@ -1 +1 @@
|
||||
0.3.0
|
||||
0.3.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
CONFIG += qt debug
|
||||
TEMPLATE = app
|
||||
VERSION = 0.3.0
|
||||
VERSION = 0.3.1
|
||||
TARGET = mapmap
|
||||
QT += gui opengl xml
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
|
||||
Reference in New Issue
Block a user