Skip to content

Commit

Permalink
Version 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Feb 28, 2020
1 parent 12e83ed commit 7efdc12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion releases/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#endif

#ifndef MyAppVersion
# define MyAppVersion "7.1.1"
# define MyAppVersion "7.2.0"
#endif

#ifndef QtApngDll
Expand Down

0 comments on commit 7efdc12

Please sign in to comment.