From 2e89f0d1997fb00aeab5e73962ca42489f1706af Mon Sep 17 00:00:00 2001 From: Crystalwarrior Date: Tue, 31 Mar 2020 14:26:16 +0300 Subject: [PATCH] Change the ultra-tiny-minor version so people can right-click for details and tell me which version they're using during qa-testing --- Attorney_Online.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Attorney_Online.pro b/Attorney_Online.pro index 81a3304..951d701 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.8.3.0 +VERSION = 2.8.3.1 INCLUDEPATH += $$PWD/include DESTDIR = $$PWD/bin