Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
novomesk committed Feb 27, 2024
1 parent 559846c commit 396f98a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.6.0.{build}
version: 0.6.1.{build}
image: Visual Studio 2022
environment:
CC: cl.exe
Expand All @@ -7,7 +7,7 @@ install:
- cmd: >-
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
git clone --depth 1 -b v0.9.x https://github.com/libjxl/libjxl.git --recursive --shallow-submodules
git clone --depth 1 -b v0.10.x https://github.com/libjxl/libjxl.git --recursive --shallow-submodules
cd libjxl
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.0
win32:VERSION = 0.6.1
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 396f98a

Please sign in to comment.