Preparation for new version.

--HG--
branch : develop
This commit is contained in:
dismine 2013-10-29 19:49:19 +02:00
parent 3c6212b7e1
commit 9ae8671ee4

View file

@ -4,7 +4,7 @@
#include <QtCore/QString>
extern const int MAJOR_VERSION = 0;
extern const int MINOR_VERSION = 1;
extern const int MINOR_VERSION = 2;
extern const int DEBUG_VERSION = 0;
extern const QString APP_VERSION(QStringLiteral("%1.%2.%3").arg(MAJOR_VERSION).arg(MINOR_VERSION).arg(DEBUG_VERSION));