From 623c8cae2343e79547a152969d3450793fb602c1 Mon Sep 17 00:00:00 2001 From: Bionus Date: Fri, 28 Feb 2020 19:07:36 +0100 Subject: [PATCH] Version 7.2.0 --- CMakeLists.txt | 2 +- releases/setup.iss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b4262874b..5dfe1e510 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ endif() project(Grabber) if((NOT DEFINED VERSION) OR ((DEFINED NIGHTLY) AND (NIGHTLY MATCHES "1"))) - set(VERSION "7.1.1") + set(VERSION "7.2.0") else() string(REGEX REPLACE "^v" "" VERSION "${VERSION}") endif() diff --git a/releases/setup.iss b/releases/setup.iss index 8f2f2daf9..29ef8c033 100755 --- a/releases/setup.iss +++ b/releases/setup.iss @@ -19,7 +19,7 @@ #endif #ifndef MyAppVersion -# define MyAppVersion "7.1.1" +# define MyAppVersion "7.2.0" #endif #ifndef QtApngDll