Skip to content

Commit

Permalink
Release v0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
0xb8 committed May 14, 2022
1 parent 6aab24b commit 30b8c71
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.4")
set(APP_VERSION "0.6.5")
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 @@ -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.4
PROJECT_NUMBER = 0.6.5

# 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.4"
VERSION = "0.6.5"
Release:DEFINES += QT_NO_DEBUG_OUTPUT QT_NO_INFO_OUTPUT

DEFINES += \
Expand Down
4 changes: 2 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) 2022 catgirl
AppVersion=0.6.4
VersionInfoVersion=0.6.4
AppVersion=0.6.5
VersionInfoVersion=0.6.5

AppPublisher=catgirl
AppPublisherURL=https://github.com/0xb8/WiseTagger
Expand Down

0 comments on commit 30b8c71

Please sign in to comment.