fix version number in MM.cpp and update HACKING

This commit is contained in:
Alexandre Quessy
2014-11-06 11:05:27 -05:00
parent 539d189f9d
commit 0d279a6fdf
2 changed files with 3 additions and 4 deletions

View File

@@ -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
View File

@@ -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";