From 51a376ef4a84e21351864bccfde1d94b38adb89f Mon Sep 17 00:00:00 2001 From: Alexander Diamadis Date: Sun, 20 Feb 2022 12:31:30 +0100 Subject: [PATCH] Prepare Version 1.2 --- source/PA_Calculator.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/PA_Calculator.pro b/source/PA_Calculator.pro index 26275b4..2813e3a 100644 --- a/source/PA_Calculator.pro +++ b/source/PA_Calculator.pro @@ -55,7 +55,7 @@ else: unix:!android: target.path = /opt/$${TARGET}/bin RESOURCES += \ resources.qrc -VERSION=1.1.2 +VERSION=1.2.0 QMAKE_TARGET_PRODUCT = "PA-Calculator" QMAKE_TARGET_COMPANY = "DKM-Tech" QMAKE_TARGET_COPYRIGHT = "Copyright (c) 2022 by Alexander Diamadis"