We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b61e8ce commit 1e9c5b8Copy full SHA for 1e9c5b8
CMakeLists.txt
@@ -13,7 +13,7 @@ project(ls-qpack
13
LANGUAGES C
14
HOMEPAGE_URL "https://github.com/litespeedtech/ls-qpack"
15
DESCRIPTION "QPACK compression library for use with HTTP/3"
16
- VERSION 2.6.1)
+ VERSION 2.6.2)
17
18
option(LSQPACK_TESTS "Build tests")
19
option(LSQPACK_BIN "Build binaries" ON)
lsqpack.h
@@ -44,7 +44,7 @@ extern "C" {
44
45
#define LSQPACK_MAJOR_VERSION 2
46
#define LSQPACK_MINOR_VERSION 6
47
-#define LSQPACK_PATCH_VERSION 1
+#define LSQPACK_PATCH_VERSION 2
48
49
/** Let's start with four billion for now */
50
typedef unsigned lsqpack_abs_id_t;
0 commit comments