From 9ae8671ee46b58a8f571c9552f2a55e11e3b75b0 Mon Sep 17 00:00:00 2001 From: dismine Date: Tue, 29 Oct 2013 19:49:19 +0200 Subject: [PATCH] Preparation for new version. --HG-- branch : develop --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index 24e0c06b5..f988bb497 100644 --- a/version.h +++ b/version.h @@ -4,7 +4,7 @@ #include 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));