Skip to content

Commit

Permalink
Increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
novomesk committed Jul 2, 2024
1 parent 37d4677 commit 81c0423
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.8.3.{build}
version: 0.8.4.{build}
image: Visual Studio 2022
configuration: Release
platform: x64
Expand Down Expand Up @@ -117,15 +117,15 @@ build_script:
nmake.exe
cd ..\qtbuild_6.7.0
cd ..\qtbuild_6.7.1
C:\Qt\6.7.0\msvc2019_64\bin\qmake.exe qt-avif-image-plugin_local_alternative-libavif.pro
C:\Qt\6.7.1\msvc2019_64\bin\qmake.exe qt-avif-image-plugin_local_alternative-libavif.pro
nmake.exe
cd ..\qtbuild_6.7.0-ro
cd ..\qtbuild_6.7.1-ro
C:\Qt\6.7.0\msvc2019_64\bin\qmake.exe qt-avif-image-plugin_local_alternative-libavif-ro.pro
C:\Qt\6.7.1\msvc2019_64\bin\qmake.exe qt-avif-image-plugin_local_alternative-libavif-ro.pro
nmake.exe
Expand All @@ -135,5 +135,5 @@ artifacts:
- path: qtbuild_6.2.4\*.dll
- path: qtbuild_6.5.3\*.dll
- path: qtbuild_6.5.3-ro\*.dll
- path: qtbuild_6.7.0\*.dll
- path: qtbuild_6.7.0-ro\*.dll
- path: qtbuild_6.7.1\*.dll
- path: qtbuild_6.7.1-ro\*.dll
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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.8.3
win32:VERSION = 0.8.4
QMAKE_TARGET_COMPANY = "Daniel Novomesky"
QMAKE_TARGET_PRODUCT = "qt-avif-image-plugin"
QMAKE_TARGET_DESCRIPTION = "Qt plug-in to allow Qt and KDE based applications to read/write AVIF images."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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.8.3
win32:VERSION = 0.8.4
QMAKE_TARGET_COMPANY = "Daniel Novomesky"
QMAKE_TARGET_PRODUCT = "qt-avif-image-plugin"
QMAKE_TARGET_DESCRIPTION = "Qt plug-in to allow Qt and KDE based applications to read/write AVIF images."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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.8.3
win32:VERSION = 0.8.4
QMAKE_TARGET_COMPANY = "Daniel Novomesky"
QMAKE_TARGET_PRODUCT = "qt-avif-image-plugin"
QMAKE_TARGET_DESCRIPTION = "Qt plug-in to allow Qt and KDE based applications to read/write AVIF images."
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ 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.8.3
win32:VERSION = 0.8.4
QMAKE_TARGET_COMPANY = "Daniel Novomesky"
QMAKE_TARGET_PRODUCT = "qt-avif-image-plugin"
QMAKE_TARGET_DESCRIPTION = "Qt plug-in to allow Qt and KDE based applications to read/write AVIF images."
QMAKE_TARGET_COPYRIGHT = "Copyright (C) 2020-2024 Daniel Novomesky"
QMAKE_TARGET_COMMENTS = "Build using Qt 6.7.0, read-only AVIF support"
QMAKE_TARGET_COMMENTS = "Build using Qt 6.7.1, read-only AVIF support"
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ 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.8.3
win32:VERSION = 0.8.4
QMAKE_TARGET_COMPANY = "Daniel Novomesky"
QMAKE_TARGET_PRODUCT = "qt-avif-image-plugin"
QMAKE_TARGET_DESCRIPTION = "Qt plug-in to allow Qt and KDE based applications to read/write AVIF images."
QMAKE_TARGET_COPYRIGHT = "Copyright (C) 2020-2024 Daniel Novomesky"
QMAKE_TARGET_COMMENTS = "Build using Qt 6.7.0"
QMAKE_TARGET_COMMENTS = "Build using Qt 6.7.1"

0 comments on commit 81c0423

Please sign in to comment.