From 24ed0980c99b7de57c0a3e07f1b19dd811978b48 Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Sat, 7 Apr 2018 09:36:48 -0700 Subject: [PATCH] Update version to v1.10.0. --- src/compress.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compress.h b/src/compress.h index fc097e20e..07da223b5 100644 --- a/src/compress.h +++ b/src/compress.h @@ -7,7 +7,7 @@ namespace maxcso { -static const char *VERSION = "1.9.1"; +static const char *VERSION = "1.10.0"; static const uint32_t DEFAULT_BLOCK_SIZE = 0xFFFFFFFF;