From 43850e77f059872a5aa996b8edc842d173309015 Mon Sep 17 00:00:00 2001 From: cat Date: Wed, 14 Dec 2022 17:00:28 +0500 Subject: [PATCH] Release v0.6.7 --- CMakeLists.txt | 2 +- Doxyfile | 2 +- WiseTagger.pro | 2 +- dist/win32/WiseTagger.iss | 8 ++++++-- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1697617..ca7ad8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set(CMAKE_CXX_STANDARD 14) set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_CXX_EXTENSIONS OFF) -set(APP_VERSION "0.6.6") +set(APP_VERSION "0.6.7") set(TARGET_PRODUCT "WiseTagger") set(TARGET_COMPANY "catgirl") diff --git a/Doxyfile b/Doxyfile index 89ef009..a38b3fb 100644 --- a/Doxyfile +++ b/Doxyfile @@ -47,7 +47,7 @@ PROJECT_NAME = WiseTagger # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.6.6 +PROJECT_NUMBER = 0.6.7 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/WiseTagger.pro b/WiseTagger.pro index d837d14..1e9ce34 100644 --- a/WiseTagger.pro +++ b/WiseTagger.pro @@ -24,7 +24,7 @@ QMAKE_TARGET_PRODUCT = WiseTagger QMAKE_TARGET_DESCRIPTION = WiseTagger: Simple picture tagging tool QMAKE_TARGET_COPYRIGHT = cat@wolfgirl.org -VERSION = "0.6.6" +VERSION = "0.6.7" Release:DEFINES += QT_NO_DEBUG_OUTPUT QT_NO_INFO_OUTPUT DEFINES += \ diff --git a/dist/win32/WiseTagger.iss b/dist/win32/WiseTagger.iss index 3801360..370a28c 100644 --- a/dist/win32/WiseTagger.iss +++ b/dist/win32/WiseTagger.iss @@ -2,8 +2,8 @@ [Setup] AppName=WiseTagger AppCopyright=Copyright (C) 2022 catgirl -AppVersion=0.6.6 -VersionInfoVersion=0.6.6 +AppVersion=0.6.7 +VersionInfoVersion=0.6.7 AppPublisher=catgirl AppPublisherURL=https://github.com/0xb8/WiseTagger @@ -53,6 +53,10 @@ Type: files; Name: "{app}\libicuuc67.dll" Type: files; Name: "{app}\libicudt68.dll" Type: files; Name: "{app}\libicuin68.dll" Type: files; Name: "{app}\libicuuc68.dll" +Type: files; Name: "{app}\libicudt69.dll" +Type: files; Name: "{app}\libicuin69.dll" +Type: files; Name: "{app}\libicuuc69.dll" +Type: files; Name: "{app}\libtiff-5.dll" Type: files; Name: "{app}\imageformats\qmng.dll" Type: files; Name: "{app}\platforms\qminimal.dll" Type: files; Name: "{app}\platforms\qoffscreen.dll"