File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ set(CMAKE_CXX_STANDARD 14)
8
8
set (CMAKE_CXX_STANDARD_REQUIRED ON )
9
9
set (CMAKE_CXX_EXTENSIONS OFF )
10
10
11
- set (APP_VERSION "0.6.4 " )
11
+ set (APP_VERSION "0.6.5 " )
12
12
set (TARGET_PRODUCT "WiseTagger" )
13
13
set (TARGET_COMPANY "catgirl" )
14
14
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ PROJECT_NAME = WiseTagger
47
47
# could be handy for archiving the generated documentation or if some version
48
48
# control system is used.
49
49
50
- PROJECT_NUMBER = 0.6.4
50
+ PROJECT_NUMBER = 0.6.5
51
51
52
52
# Using the PROJECT_BRIEF tag one can provide an optional one line description
53
53
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ QMAKE_TARGET_PRODUCT = WiseTagger
24
24
QMAKE_TARGET_DESCRIPTION = WiseTagger: Simple picture tagging tool
25
25
QMAKE_TARGET_COPYRIGHT = cat @wolfgirl.org
26
26
27
- VERSION = " 0.6.4 "
27
+ VERSION = " 0.6.5 "
28
28
Release:DEFINES += QT_NO_DEBUG_OUTPUT QT_NO_INFO_OUTPUT
29
29
30
30
DEFINES += \
Original file line number Diff line number Diff line change 2
2
[Setup]
3
3
AppName = WiseTagger
4
4
AppCopyright = Copyright (C) 2022 catgirl
5
- AppVersion = 0.6 .4
6
- VersionInfoVersion = 0.6 .4
5
+ AppVersion = 0.6 .5
6
+ VersionInfoVersion = 0.6 .5
7
7
8
8
AppPublisher = catgirl
9
9
AppPublisherURL = https://github.com/0xb8 /WiseTagger
You can’t perform that action at this time.
0 commit comments