Skip to content

Commit

Permalink
Version 7.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Jul 23, 2020
1 parent 7ef22b1 commit 0b77744
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/windows-setup/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#endif

#ifndef MyAppVersion
# define MyAppVersion "7.3.0"
# define MyAppVersion "7.3.1"
#endif

#ifndef QtApngDll
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ endif()

project(Grabber)
if((NOT DEFINED VERSION) OR ((DEFINED NIGHTLY) AND (NIGHTLY MATCHES "1")))
set(VERSION "7.3.0")
set(VERSION "7.3.1")
else()
string(REGEX REPLACE "^v" "" VERSION "${VERSION}")
endif()
Expand Down

0 comments on commit 0b77744

Please sign in to comment.