chore: version 7.12.2

This commit is contained in:
Bionus 2024-05-14 19:40:17 +02:00
parent e805e7c1a1
commit 6e4fc0ca06
No known key found for this signature in database
GPG Key ID: 54B0B2DE713AE915
4 changed files with 16 additions and 2 deletions

View File

@ -0,0 +1,13 @@
---
date: 2024-05-14 20:15:00 +2:00
categories: [Release]
authors: [Bionus]
---
# Grabber 7.12.2 released
Grabber 7.12.2 has been released.
The list of changes and download links can be found on GitHub:
<https://github.com/Bionus/imgbrd-grabber/releases/tag/v7.12.2>

View File

@ -22,7 +22,7 @@
#endif
#ifndef MyAppVersion
# define MyAppVersion "7.12.1"
# define MyAppVersion "7.12.2"
#endif
#define PlatformNamePrefix ""

View File

@ -40,7 +40,7 @@ endif()
set(QT_SILENCE_MISSING_DEPENDENCY_TARGET_WARNING ON)
if((NOT DEFINED VERSION) OR ((DEFINED NIGHTLY) AND (NIGHTLY MATCHES "1")))
set(VERSION "7.12.1")
set(VERSION "7.12.2")
else()
string(REGEX REPLACE "^v" "" VERSION "${VERSION}")
endif()

View File

@ -43,6 +43,7 @@
<url type="contribute">https://github.com/Bionus/imgbrd-grabber/blob/master/CONTRIBUTING.md</url>
<releases>
<release version="7.12.2" date="2024-05-14" />
<release version="7.12.1" date="2024-05-12" />
<release version="7.12.0" date="2024-05-12" />
<release version="7.11.2" date="2023-07-23" />