From 529afbc54a0e011ece55e5ce32cd8502ab3776b0 Mon Sep 17 00:00:00 2001 From: Argent77 Date: Sat, 6 Sep 2014 15:52:34 +0200 Subject: [PATCH] Version 0.3 --- tileconv/README | 7 ++++++- tileconv/version.cpp | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/tileconv/README b/tileconv/README index f5603f7..7de9a35 100644 --- a/tileconv/README +++ b/tileconv/README @@ -1,7 +1,7 @@ TILECONV ~~~~~~~~ -Version: 0.2 +Version: 0.3 Author: Argent77 This tool allows you to compress or decompress TIS and MOS files provided by @@ -96,3 +96,8 @@ v0.2 (2014-09-01) * Greatly increased conversion speed * Added new options "-q level" and "-j num" * Deprecated option "-d" + +v0.3 (2014-09-06) + * Better parameter handling + * Added option -I for displaying file stats + * Many fixes and improvements under the hood diff --git a/tileconv/version.cpp b/tileconv/version.cpp index 57804ed..bd61433 100644 --- a/tileconv/version.cpp +++ b/tileconv/version.cpp @@ -20,6 +20,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ int vers_major = 0; -int vers_minor = 2; +int vers_minor = 3; char prog_name[] = "tileconv"; char author[] = "Argent77";