From be23d914c771aab8efd1b9d82f9ebc851ec2fd06 Mon Sep 17 00:00:00 2001 From: Bionus Date: Sun, 5 Aug 2018 17:25:33 +0200 Subject: [PATCH] Version 6.0.4 --- CMakeLists.txt | 2 +- releases/setup.iss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fc1611be0..abf0eeda4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/releases/setup.iss b/releases/setup.iss index 7744b169c..828e9dafc 100755 --- a/releases/setup.iss +++ b/releases/setup.iss @@ -18,7 +18,7 @@ #endif #ifndef MyAppVersion -# define MyAppVersion "6.0.3" +# define MyAppVersion "6.0.4" #endif