From 5fd4a21d334c1586b2394ecd6fc8e843add9d748 Mon Sep 17 00:00:00 2001 From: Bionus Date: Sun, 31 Mar 2019 23:43:18 +0200 Subject: [PATCH] Version 7.0.1 --- CMakeLists.txt | 2 +- releases/setup.iss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8b0fe9e91..f530ff594 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.0.0") + set(VERSION "7.0.1") else() string(REGEX REPLACE "^v" "" VERSION "${VERSION}") endif() diff --git a/releases/setup.iss b/releases/setup.iss index 7f2c68734..56ad22734 100755 --- a/releases/setup.iss +++ b/releases/setup.iss @@ -19,7 +19,7 @@ #endif #ifndef MyAppVersion -# define MyAppVersion "7.0.0" +# define MyAppVersion "7.0.1" #endif #ifndef QtApngDll