Bump version to 2.6.2 (#87)

This commit is contained in:
oldmud0 2019-07-27 10:11:48 -05:00 committed by GitHub
parent d56a53bcbd
commit e3187b6824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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