From 6e4fc0ca06949ee558643be857a0bcbddf677f40 Mon Sep 17 00:00:00 2001 From: Bionus Date: Tue, 14 May 2024 19:40:17 +0200 Subject: [PATCH] chore: version 7.12.2 --- .../posts/2024-05-14-grabber-7-12-2-released.md | 13 +++++++++++++ scripts/windows-setup/setup.iss | 2 +- src/CMakeLists.txt | 2 +- src/dist/linux/org.bionus.Grabber.metainfo.xml | 1 + 4 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 docs/blog/posts/2024-05-14-grabber-7-12-2-released.md diff --git a/docs/blog/posts/2024-05-14-grabber-7-12-2-released.md b/docs/blog/posts/2024-05-14-grabber-7-12-2-released.md new file mode 100644 index 000000000..3035603d6 --- /dev/null +++ b/docs/blog/posts/2024-05-14-grabber-7-12-2-released.md @@ -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: + \ No newline at end of file diff --git a/scripts/windows-setup/setup.iss b/scripts/windows-setup/setup.iss index 8d7c68532..d5d8167f4 100644 --- a/scripts/windows-setup/setup.iss +++ b/scripts/windows-setup/setup.iss @@ -22,7 +22,7 @@ #endif #ifndef MyAppVersion -# define MyAppVersion "7.12.1" +# define MyAppVersion "7.12.2" #endif #define PlatformNamePrefix "" diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index cd4f4cffa..ef8490721 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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() diff --git a/src/dist/linux/org.bionus.Grabber.metainfo.xml b/src/dist/linux/org.bionus.Grabber.metainfo.xml index a563a8953..846a21c49 100644 --- a/src/dist/linux/org.bionus.Grabber.metainfo.xml +++ b/src/dist/linux/org.bionus.Grabber.metainfo.xml @@ -43,6 +43,7 @@ https://github.com/Bionus/imgbrd-grabber/blob/master/CONTRIBUTING.md +