From 98f871cc2daedf13519509c62292f6e02bdaa920 Mon Sep 17 00:00:00 2001 From: Kimmo Kulovesi Date: Thu, 5 Oct 2017 01:32:03 +0300 Subject: [PATCH] Bump version --- kk_ihex.h | 4 ++-- kk_ihex_write.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kk_ihex.h b/kk_ihex.h index e092eab..2ece81a 100644 --- a/kk_ihex.h +++ b/kk_ihex.h @@ -98,7 +98,7 @@ * this is a fairly pointless optimisation. * * - * Copyright (c) 2013-2015 Kimmo Kulovesi, http://arkku.com/ + * Copyright (c) 2013-2017 Kimmo Kulovesi, http://arkku.com/ * Provided with absolutely no warranty, use at your own risk only. * Use and distribute freely, mark modified copies as such. */ @@ -106,7 +106,7 @@ #ifndef KK_IHEX_H #define KK_IHEX_H -#define KK_IHEX_VERSION "2016-07-11" +#define KK_IHEX_VERSION "2017-10-05" #include diff --git a/kk_ihex_write.h b/kk_ihex_write.h index 51dbd75..c4e3688 100644 --- a/kk_ihex_write.h +++ b/kk_ihex_write.h @@ -65,7 +65,7 @@ * reading any IHEX file. * * - * Copyright (c) 2013-2015 Kimmo Kulovesi, http://arkku.com/ + * Copyright (c) 2013-2017 Kimmo Kulovesi, http://arkku.com/ * Provided with absolutely no warranty, use at your own risk only. * Use and distribute freely, mark modified copies as such. */