bump the version number to 2.7.2

This commit is contained in:
iamgoofball 2019-02-01 17:20:08 -08:00
parent 4eb0d18c66
commit 0dcf8a7f17
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ QT += core gui widgets multimedia network
TARGET = Attorney_Online
TEMPLATE = app
VERSION = 2.6.1.0
VERSION = 2.7.2.0
INCLUDEPATH += $$PWD/include
DESTDIR = $$PWD/bin

View File

@ -332,7 +332,7 @@ public:
private:
const int RELEASE = 2;
const int MAJOR_VERSION = 7;
const int MINOR_VERSION = 1;
const int MINOR_VERSION = 2;
QString current_theme = "default";