Skip to content

Commit

Permalink
feat: update to libdeflate v1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
gemesa committed Jan 15, 2023
1 parent 2f7bcce commit 61c7993
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "libdeflate"]
path = libdeflate
url = git@github.com:ebiggers/libdeflate.git
branch = tags/v1.16
branch = tags/v1.17
2 changes: 1 addition & 1 deletion libdeflate
4 changes: 2 additions & 2 deletions libdeflate.nim
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ else:

const
LIBDEFLATE_VERSION_MAJOR* = 1
LIBDEFLATE_VERSION_MINOR* = 16
LIBDEFLATE_VERSION_STRING* = "1.16"
LIBDEFLATE_VERSION_MINOR* = 17
LIBDEFLATE_VERSION_STRING* = "1.17"

type
libdeflate_result* = enum
Expand Down

0 comments on commit 61c7993

Please sign in to comment.