From 5b9001252447c26f861f4b1979c677272c7b541c Mon Sep 17 00:00:00 2001 From: Dmitri Tikhonov Date: Wed, 8 Apr 2020 10:55:50 -0400 Subject: [PATCH] Update version to 2.0.4 --- lsqpack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsqpack.h b/lsqpack.h index 7acb346..41f65ea 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 3 +#define LSQPACK_PATCH_VERSION 4 /** Let's start with four billion for now */ typedef unsigned lsqpack_abs_id_t;