From b9ac05e912e1184b55c5d815b280486de10f331f Mon Sep 17 00:00:00 2001 From: Scott Vokes Date: Sun, 1 Nov 2015 10:52:39 -0500 Subject: [PATCH] Bump version to v0.4.1 due to assertion fix in 060f120. --- heatshrink_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/heatshrink_common.h b/heatshrink_common.h index 17cb1a0..bc89774 100644 --- a/heatshrink_common.h +++ b/heatshrink_common.h @@ -4,10 +4,10 @@ #define HEATSHRINK_AUTHOR "Scott Vokes " #define HEATSHRINK_URL "https://github.com/atomicobject/heatshrink" -/* Version 0.4.0 */ +/* Version 0.4.1 */ #define HEATSHRINK_VERSION_MAJOR 0 #define HEATSHRINK_VERSION_MINOR 4 -#define HEATSHRINK_VERSION_PATCH 0 +#define HEATSHRINK_VERSION_PATCH 1 #define HEATSHRINK_MIN_WINDOW_BITS 4 #define HEATSHRINK_MAX_WINDOW_BITS 15