Skip to content

Commit dfa766e

Browse files
pmasnmoinvaz
authored andcommitted
Update to use upstream 7zip version 26.02
1 parent 2ac3cd2 commit dfa766e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ppmd-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
# This is the hard-wired PPMd version that minizip-ng is built with.
2020
# The version number here should match the value used in the call to 'clone_repo' in CMakeLists.txt
21-
expected_ppmd_version="26.01"
21+
expected_ppmd_version="26.02"
2222
2323
# get the latest PPMd version from upstream 7zip repo
2424
upstream_ppmd_version=$( git ls-remote --tags --sort=-v:refname https://github.com/ip7z/7zip | head -n 1 | sed -e 's#.*/##' )

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ if(MZ_PPMD)
364364
message(STATUS "Using PPMD")
365365

366366
# PPMd version number below should match value in ppmd-dependabot.yml
367-
clone_repo(ppmd https://github.com/ip7z/7zip "26.01")
367+
clone_repo(ppmd https://github.com/ip7z/7zip "26.02")
368368

369369
# get the 7zip/PPMd version number
370370
file(READ "${PPMD_SOURCE_DIR}/C/7zVersion.h" version)

0 commit comments

Comments
 (0)