Skip to content

Commit 1e9c5b8

Browse files
committed
[VERSION] update version to 2.6.2
1 parent b61e8ce commit 1e9c5b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ project(ls-qpack
1313
LANGUAGES C
1414
HOMEPAGE_URL "https://github.com/litespeedtech/ls-qpack"
1515
DESCRIPTION "QPACK compression library for use with HTTP/3"
16-
VERSION 2.6.1)
16+
VERSION 2.6.2)
1717

1818
option(LSQPACK_TESTS "Build tests")
1919
option(LSQPACK_BIN "Build binaries" ON)

lsqpack.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ extern "C" {
4444

4545
#define LSQPACK_MAJOR_VERSION 2
4646
#define LSQPACK_MINOR_VERSION 6
47-
#define LSQPACK_PATCH_VERSION 1
47+
#define LSQPACK_PATCH_VERSION 2
4848

4949
/** Let's start with four billion for now */
5050
typedef unsigned lsqpack_abs_id_t;

0 commit comments

Comments
 (0)