From 8db889ef56d3e05b296c11898af2a6c433f15795 Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Thu, 4 May 2017 22:58:36 -0700 Subject: [PATCH] Update version to v1.8.0. --- src/compress.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compress.h b/src/compress.h index 3bb01c684..4c30b42c8 100644 --- a/src/compress.h +++ b/src/compress.h @@ -7,7 +7,7 @@ namespace maxcso { -static const char *VERSION = "1.7.2"; +static const char *VERSION = "1.8.0"; static const uint32_t DEFAULT_BLOCK_SIZE = 0xFFFFFFFF;