From 95402f7fe87eaa2dfa6f15e7be5425d4ac6544d5 Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Wed, 23 Mar 2016 20:19:00 -0700 Subject: [PATCH] Update version to v1.7.2. --- src/compress.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compress.h b/src/compress.h index 60dd509e6..3bb01c684 100644 --- a/src/compress.h +++ b/src/compress.h @@ -7,7 +7,7 @@ namespace maxcso { -static const char *VERSION = "1.7.1"; +static const char *VERSION = "1.7.2"; static const uint32_t DEFAULT_BLOCK_SIZE = 0xFFFFFFFF;