Skip to content

Commit

Permalink
Version 6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Aug 5, 2018
1 parent 7f208f6 commit be23d91
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 @@ -27,7 +27,7 @@ endif()
project(Grabber)
set(USE_SSL 1)

add_definitions(-DVERSION="6.0.3")
add_definitions(-DVERSION="6.0.4")
add_definitions(-DPROJECT_WEBSITE_URL="https://bionus.github.io/imgbrd-grabber/")
add_definitions(-DPROJECT_GITHUB_URL="https://github.com/Bionus/imgbrd-grabber")
add_definitions(-DSOURCE_ISSUES_URL="https://raw.githubusercontent.com/wiki/Bionus/imgbrd-grabber/SourceIssues.md")
Expand Down
2 changes: 1 addition & 1 deletion releases/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#endif

#ifndef MyAppVersion
# define MyAppVersion "6.0.3"
# define MyAppVersion "6.0.4"
#endif


Expand Down

0 comments on commit be23d91

Please sign in to comment.