From 451bbc6c710e058e1a409efb7bf45beac6767030 Mon Sep 17 00:00:00 2001 From: Dmitri Tikhonov Date: Wed, 15 Apr 2020 09:19:23 -0400 Subject: [PATCH] Update version to 2.0.5 --- lsqpack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsqpack.h b/lsqpack.h index 41f65ea..47acbf0 100644 --- a/lsqpack.h +++ b/lsqpack.h @@ -44,7 +44,7 @@ typedef SSIZE_T ssize_t; #define LSQPACK_MAJOR_VERSION 2 #define LSQPACK_MINOR_VERSION 0 -#define LSQPACK_PATCH_VERSION 4 +#define LSQPACK_PATCH_VERSION 5 /** Let's start with four billion for now */ typedef unsigned lsqpack_abs_id_t;