From b6817924bfb2e6e57c936537defc262babf6b6ef Mon Sep 17 00:00:00 2001 From: Argent77 Date: Mon, 11 May 2015 11:21:41 +0200 Subject: [PATCH] Version 0.5.1 --- tileconv/README | 5 ++++- tileconv/version.cpp | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/tileconv/README b/tileconv/README index 5b2b681..1c50532 100644 --- a/tileconv/README +++ b/tileconv/README @@ -1,7 +1,7 @@ TILECONV ~~~~~~~~ -Version: 0.5 +Version: 0.5.1 Author: Argent77 This tool allows you to compress or decompress TIS and MOS files provided by @@ -128,3 +128,6 @@ v0.5 (2014-09-18) * Added TIZ/MOZ decompression support * Option -T is recognized by option -I * Incomplete output files are deleted on error + +v0.5.1 (2015-05-10) + * Fixed potential issues with the Mac OS X version diff --git a/tileconv/version.cpp b/tileconv/version.cpp index f8914aa..9556123 100644 --- a/tileconv/version.cpp +++ b/tileconv/version.cpp @@ -21,6 +21,6 @@ THE SOFTWARE. */ int vers_major = 0; int vers_minor = 5; -int vers_patch = 0; +int vers_patch = 1; char prog_name[] = "tileconv"; char author[] = "Argent77";