Skip to content

Commit

Permalink
Merge pull request #1169 from nonkreon/patch-1
Browse files Browse the repository at this point in the history
Update Zlib version to 1.2.12 to resolve #1166
  • Loading branch information
ctubio authored Sep 13, 2024
2 parents f7c1b89 + b9f3e31 commit 2ba77a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ERR = *** Unexpected MAKELEVEL = 0.
HINT = This Makefile can't be used directly, consider cd ../.. before try again
$(if $(subst 0,,${MAKELEVEL}),,$(warning $(ERR));$(error $(HINT)))

V_ZLIB = 1.2.11
V_ZLIB = 1.2.12
V_SSL = 3.0.0
V_CURL = 7.80.0
V_SQL = 3370000
Expand Down

0 comments on commit 2ba77a4

Please sign in to comment.