From cf45543905c8012d445239cf98657af7bc83e5b2 Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Tue, 22 Mar 2016 21:05:31 -0700 Subject: [PATCH] Update version to 1.7.0. --- src/compress.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compress.h b/src/compress.h index 7cc672d67..ed5e73beb 100644 --- a/src/compress.h +++ b/src/compress.h @@ -7,7 +7,7 @@ namespace maxcso { -static const char *VERSION = "1.6.0"; +static const char *VERSION = "1.7.0"; static const uint32_t DEFAULT_BLOCK_SIZE = 0xFFFFFFFF;