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