From db663f0e28b1e8d899e62abb09c41d745fcaeae1 Mon Sep 17 00:00:00 2001 From: Alex Noir Date: Fri, 4 Mar 2022 00:24:39 +0300 Subject: Update version to 2.10.0 Also do we need RELEASE, MAJOR_VERSION and MINOR_VERSION? Can't we just grab the app verison from Attorney_Online.pro somehow? --- Attorney_Online.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Attorney_Online.pro') diff --git a/Attorney_Online.pro b/Attorney_Online.pro index abca0fb0..c21c7dea 100644 --- a/Attorney_Online.pro +++ b/Attorney_Online.pro @@ -3,7 +3,7 @@ QT += core gui widgets network TARGET = Attorney_Online TEMPLATE = app -VERSION = 2.9.1.0 +VERSION = 2.10.0.0 INCLUDEPATH += $$PWD/include DESTDIR = $$PWD/bin -- cgit