Skip to content

Commit

Permalink
Version v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
novomesk committed Oct 23, 2024
1 parent 0510198 commit fe618c5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.6.3.{build}
version: 0.6.4.{build}
image: Visual Studio 2022
environment:
CC: cl.exe
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ TEMPLATE = lib
CONFIG += release skip_target_version_ext c++14 warn_on plugin
CONFIG -= separate_debug_info debug debug_and_release force_debug_info

win32:VERSION = 0.6.3
win32:VERSION = 0.6.4
QMAKE_TARGET_COMPANY = "Daniel Novomesky"
QMAKE_TARGET_PRODUCT = "qt-jpegxl-image-plugin"
QMAKE_TARGET_DESCRIPTION = "Qt plug-in to allow Qt and KDE based applications to read/write JPEG XL images."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ TEMPLATE = lib
CONFIG += release skip_target_version_ext c++14 warn_on plugin
CONFIG -= separate_debug_info debug debug_and_release force_debug_info

win32:VERSION = 0.6.3
win32:VERSION = 0.6.4
QMAKE_TARGET_COMPANY = "Daniel Novomesky"
QMAKE_TARGET_PRODUCT = "qt-jpegxl-image-plugin"
QMAKE_TARGET_DESCRIPTION = "Qt plug-in to allow Qt and KDE based applications to read/write JPEG XL images."
Expand Down
4 changes: 2 additions & 2 deletions qtbuild_6.7.2/qt-jpegxl-image-plugin_alternative_appveyor.pro
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ LIBS_PRIVATE += ../libjxl/build/lib/jxl.lib ../libjxl/build/lib/jxl_cms.lib ../l

TEMPLATE = lib

CONFIG += release skip_target_version_ext c++14 warn_on plugin
CONFIG += release skip_target_version_ext c++17 warn_on plugin
CONFIG -= separate_debug_info debug debug_and_release force_debug_info

win32:VERSION = 0.6.3
win32:VERSION = 0.6.4
QMAKE_TARGET_COMPANY = "Daniel Novomesky"
QMAKE_TARGET_PRODUCT = "qt-jpegxl-image-plugin"
QMAKE_TARGET_DESCRIPTION = "Qt plug-in to allow Qt and KDE based applications to read/write JPEG XL images."
Expand Down

0 comments on commit fe618c5

Please sign in to comment.