From 7ab7949a2b63272c6e28c9e86cb97dcbc1f02d0e Mon Sep 17 00:00:00 2001 From: Dmitri Tikhonov Date: Thu, 16 Jan 2020 08:49:29 -0500 Subject: [PATCH] Update version to 0.11.1 --- lsqpack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsqpack.h b/lsqpack.h index a326c96..4a1c15c 100644 --- a/lsqpack.h +++ b/lsqpack.h @@ -48,7 +48,7 @@ typedef SSIZE_T ssize_t; */ #define LSQPACK_MAJOR_VERSION 0 #define LSQPACK_MINOR_VERSION 11 -#define LSQPACK_PATCH_VERSION 0 +#define LSQPACK_PATCH_VERSION 1 /** Let's start with four billion for now */ typedef unsigned lsqpack_abs_id_t;