Skip to content

Commit

Permalink
Version 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Mar 31, 2019
1 parent 0af2388 commit 5fd4a21
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.0.0")
set(VERSION "7.0.1")
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.0.0"
# define MyAppVersion "7.0.1"
#endif

#ifndef QtApngDll
Expand Down

0 comments on commit 5fd4a21

Please sign in to comment.