Skip to content

Commit

Permalink
Version 7.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Dec 16, 2022
1 parent a6e39c9 commit aef453a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions docs/_posts/2022-12-16-grabber-7-10-0-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "Grabber 7.10.0 released"
date: 2022-12-16 22:00 +0100
categories: release
---


Grabber 7.10.0 has been released.

The list of changes and download links can be found on Github:
<https://github.com/Bionus/imgbrd-grabber/releases/tag/v7.10.0>
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.9.1"
# define MyAppVersion "7.10.0"
#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 @@ -39,7 +39,7 @@ endif()

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

0 comments on commit aef453a

Please sign in to comment.