bump the version number to 2.7.2
This commit is contained in:
parent
4eb0d18c66
commit
0dcf8a7f17
@ -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
|
||||
|
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user