Skip to content

Commit

Permalink
feat: update to libdeflate v1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
gemesa committed May 7, 2023
1 parent 61c7993 commit a9f448b
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.17
branch = tags/v1.18
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* = 17
LIBDEFLATE_VERSION_STRING* = "1.17"
LIBDEFLATE_VERSION_MINOR* = 18
LIBDEFLATE_VERSION_STRING* = "1.18"

type
libdeflate_result* = enum
Expand Down

0 comments on commit a9f448b

Please sign in to comment.