Bump version

This commit is contained in:
Kimmo Kulovesi
2017-10-05 01:32:03 +03:00
parent 75f0eede5a
commit 98f871cc2d
2 changed files with 3 additions and 3 deletions

View File

@@ -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 <stdint.h>

View File

@@ -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.
*/