Skip to content

Commit

Permalink
version v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
novomesk committed Aug 29, 2024
1 parent fa2e182 commit f9843ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.4.1.{build}
version: 0.4.2.{build}
image: Visual Studio 2022
environment:
CC: cl.exe
Expand Down
2 changes: 1 addition & 1 deletion qtbuild_6.5.3/qt-heic-image-plugin_win64.pro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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.4.1
win32:VERSION = 0.4.2
QMAKE_TARGET_COMPANY = "Daniel Novomesky"
QMAKE_TARGET_PRODUCT = "qt-heic-image-plugin"
QMAKE_TARGET_DESCRIPTION = "Qt plug-in to allow Qt and KDE based applications to read HEIF/HEIC/HEJ2 images."
Expand Down
2 changes: 1 addition & 1 deletion qtbuild_6.7.1/qt-heic-image-plugin_win64.pro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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.4.1
win32:VERSION = 0.4.2
QMAKE_TARGET_COMPANY = "Daniel Novomesky"
QMAKE_TARGET_PRODUCT = "qt-heic-image-plugin"
QMAKE_TARGET_DESCRIPTION = "Qt plug-in to allow Qt and KDE based applications to read HEIF/HEIC/HEJ2 images."
Expand Down

0 comments on commit f9843ce

Please sign in to comment.