Skip to content

Commit

Permalink
Release v0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
0xb8 committed May 7, 2023
1 parent d6cb9e2 commit 6d5c253
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.8")
set(APP_VERSION "0.6.9")
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.8
PROJECT_NUMBER = 0.6.9

# 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.8"
VERSION = "0.6.9"
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) 2023 catgirl
AppVersion=0.6.8
VersionInfoVersion=0.6.8
AppVersion=0.6.9
VersionInfoVersion=0.6.9

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

0 comments on commit 6d5c253

Please sign in to comment.