Skip to content

Commit

Permalink
Release v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
0xb8 committed Oct 30, 2021
1 parent be6a052 commit be30dfc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.4)
set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(APP_VERSION "0.6")
set(APP_VERSION "0.6.1")
set(TARGET_PRODUCT "WiseTagger")
set(TARGET_COMPANY "catgirl")

Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "WiseTagger"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.6.0
PROJECT_NUMBER = 0.6.1

# 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
Expand Down
2 changes: 1 addition & 1 deletion WiseTagger.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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"
VERSION = "0.6.1"
Release:DEFINES += QT_NO_DEBUG_OUTPUT QT_NO_INFO_OUTPUT

DEFINES += \
Expand Down
7 changes: 5 additions & 2 deletions dist/win32/WiseTagger.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
[Setup]
AppName=WiseTagger
AppCopyright=Copyright (C) 2021 catgirl
AppVersion=0.6.0
VersionInfoVersion=0.6.0
AppVersion=0.6.1
VersionInfoVersion=0.6.1

AppPublisher=catgirl
AppPublisherURL=https://github.com/0xb8/WiseTagger
Expand Down Expand Up @@ -50,6 +50,9 @@ Type: files; Name: "{app}\libicuuc65.dll"
Type: files; Name: "{app}\libicudt67.dll"
Type: files; Name: "{app}\libicuin67.dll"
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}\imageformats\qmng.dll"
Type: files; Name: "{app}\platforms\qminimal.dll"
Type: files; Name: "{app}\platforms\qoffscreen.dll"
Expand Down

0 comments on commit be30dfc

Please sign in to comment.