Skip to content

Commit

Permalink
Update version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitri Tikhonov committed May 9, 2020
1 parent 26b2fd1 commit 2fe623d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions lsqpack.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,9 @@ extern "C" {
typedef SSIZE_T ssize_t;
#endif

/* Until the RFC is published, the minor version will be the same as the
* draft version, while the major version will be zero. For example,
* qpack-11 (if such draft ever published) will correspond to version 0.11.
*/
#define LSQPACK_MAJOR_VERSION 0
#define LSQPACK_MINOR_VERSION 14
#define LSQPACK_PATCH_VERSION 0
#define LSQPACK_MAJOR_VERSION 1
#define LSQPACK_MINOR_VERSION 0
#define LSQPACK_PATCH_VERSION 2

/** Let's start with four billion for now */
typedef unsigned lsqpack_abs_id_t;
Expand Down

0 comments on commit 2fe623d

Please sign in to comment.