Skip to content

Commit 62b869e

Browse files
committed
Release v0.6.2
1 parent 8de67ce commit 62b869e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set(CMAKE_CXX_STANDARD 14)
88
set(CMAKE_CXX_STANDARD_REQUIRED ON)
99
set(CMAKE_CXX_EXTENSIONS OFF)
1010

11-
set(APP_VERSION "0.6.1")
11+
set(APP_VERSION "0.6.2")
1212
set(TARGET_PRODUCT "WiseTagger")
1313
set(TARGET_COMPANY "catgirl")
1414

Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "WiseTagger"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 0.6.1
41+
PROJECT_NUMBER = 0.6.2
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

WiseTagger.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ QMAKE_TARGET_PRODUCT = WiseTagger
2424
QMAKE_TARGET_DESCRIPTION = WiseTagger: Simple picture tagging tool
2525
QMAKE_TARGET_COPYRIGHT = cat@wolfgirl.org
2626

27-
VERSION = "0.6.1"
27+
VERSION = "0.6.2"
2828
Release:DEFINES += QT_NO_DEBUG_OUTPUT QT_NO_INFO_OUTPUT
2929

3030
DEFINES += \

dist/win32/WiseTagger.iss

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
[Setup]
33
AppName=WiseTagger
44
AppCopyright=Copyright (C) 2021 catgirl
5-
AppVersion=0.6.1
6-
VersionInfoVersion=0.6.1
5+
AppVersion=0.6.2
6+
VersionInfoVersion=0.6.2
77

88
AppPublisher=catgirl
99
AppPublisherURL=https://github.com/0xb8/WiseTagger
@@ -21,6 +21,7 @@ OutputDir=..\
2121
LicenseFile=LICENSE.txt
2222
SetupIconFile=..\icon.ico
2323
WizardStyle=modern
24+
AllowNoIcons=yes
2425

2526
ArchitecturesAllowed=x64
2627
ArchitecturesInstallIn64BitMode=x64
@@ -35,7 +36,6 @@ Source: *; Excludes: "*.iss"; DestDir: "{app}" ; Flags: recursesubdirs replacesa
3536

3637
[Icons]
3738
Name: "{group}\WiseTagger"; Filename: "{app}\WiseTagger.exe"
38-
Name: "{group}\Uninstall WiseTagger"; Filename: "{uninstallexe}"
3939

4040
[InstallDelete]
4141
Type: files; Name: "{app}\libicudt62.dll"
@@ -58,7 +58,7 @@ Type: files; Name: "{app}\platforms\qminimal.dll"
5858
Type: files; Name: "{app}\platforms\qoffscreen.dll"
5959
Type: files; Name: "{app}\platforms\qwebgl.dll"
6060

61-
[Registry]
61+
[Registry]
6262
Root: HKCU; Subkey: "Software\Classes\.wt-session"; ValueType: string; ValueName: ""; ValueData: "WiseTaggerSessionFile"; Flags: uninsdeletevalue
6363
Root: HKCU; Subkey: "Software\Classes\WiseTaggerSessionFile"; ValueType: string; ValueName: ""; ValueData: "WiseTagger Session File"; Flags: uninsdeletekey
6464
Root: HKCU; Subkey: "Software\Classes\WiseTaggerSessionFile\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\WiseTagger.exe,0"

0 commit comments

Comments
 (0)