Skip to content

Commit 6d5c253

Browse files
committed
Release v0.6.9
1 parent d6cb9e2 commit 6d5c253

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.8")
11+
set(APP_VERSION "0.6.9")
1212
set(TARGET_PRODUCT "WiseTagger")
1313
set(TARGET_COMPANY "catgirl")
1414

Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ PROJECT_NAME = WiseTagger
4747
# could be handy for archiving the generated documentation or if some version
4848
# control system is used.
4949

50-
PROJECT_NUMBER = 0.6.8
50+
PROJECT_NUMBER = 0.6.9
5151

5252
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5353
# 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.8"
27+
VERSION = "0.6.9"
2828
Release:DEFINES += QT_NO_DEBUG_OUTPUT QT_NO_INFO_OUTPUT
2929

3030
DEFINES += \

dist/win32/WiseTagger.iss

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

88
AppPublisher=catgirl
99
AppPublisherURL=https://github.com/0xb8/WiseTagger

0 commit comments

Comments
 (0)