From 93a52790bf3b93af189d3380ee6bc4e9951eab46 Mon Sep 17 00:00:00 2001 From: Manuel Pietschmann Date: Thu, 21 Apr 2022 23:54:14 +0200 Subject: [PATCH] Bump version to 2.15.2 --- de_web.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de_web.pro b/de_web.pro index 239b92d89c..1cf58fcea5 100644 --- a/de_web.pro +++ b/de_web.pro @@ -87,7 +87,7 @@ GIT_COMMIT_DATE = $$system("git show -s --format=%ct $$GIT_TAG") # Version Major.Minor.Build # Important: don't change the format of this line since it's parsed by scripts! -DEFINES += GW_SW_VERSION=\\\"2.15.01\\\" +DEFINES += GW_SW_VERSION=\\\"2.15.02\\\" DEFINES += GW_SW_DATE=$$GIT_COMMIT_DATE DEFINES += GW_API_VERSION=\\\"1.16.0\\\" DEFINES += GIT_COMMMIT=\\\"$$GIT_COMMIT\\\"