mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-04-17 21:19:20 +02:00
fix version number in MM.cpp and update HACKING
This commit is contained in:
5
HACKING
5
HACKING
@@ -52,11 +52,10 @@ Make a release
|
||||
* Create a release-x.y.z branch
|
||||
* Verify the version number:
|
||||
* VERSION.txt
|
||||
* VERSION in MM.cpp
|
||||
* VERSION in mapmap.pro
|
||||
* PROJECT_NUMBER in Doxyfile
|
||||
* MAPMAP_VERSION in MainWindow.h
|
||||
* MAPMAP_VERSION in sh_make_tarball.sh (until we fixe the tarball target in .pro)
|
||||
* Edit NEWS
|
||||
* Edit NEWS - update with the news for the release you are about to make
|
||||
* run make
|
||||
* run ./sh_build_doc.sh
|
||||
* merge to master, or to the major.minor branch
|
||||
|
||||
2
MM.cpp
2
MM.cpp
@@ -20,7 +20,7 @@
|
||||
#include "MM.h"
|
||||
|
||||
const QString MM::APPLICATION_NAME = "MapMap";
|
||||
const QString MM::VERSION = "0.1.1";
|
||||
const QString MM::VERSION = "0.1.2";
|
||||
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";
|
||||
|
||||
Reference in New Issue
Block a user