From d80e89540f75afc654ea191fa2d8c629189d90a2 Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Sun, 17 May 2020 16:57:28 -0700 Subject: [PATCH] Update version to v1.12.0. --- src/compress.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compress.h b/src/compress.h index 68977e1ac..7d5f4597d 100644 --- a/src/compress.h +++ b/src/compress.h @@ -7,7 +7,7 @@ namespace maxcso { -static const char *VERSION = "1.11.0"; +static const char *VERSION = "1.12.0"; static const uint32_t DEFAULT_BLOCK_SIZE = 0xFFFFFFFF;