From fc5746d402fadfa348fd7243d207c0af1545cd68 Mon Sep 17 00:00:00 2001 From: devinacker Date: Sun, 29 Mar 2015 15:49:58 -0400 Subject: [PATCH] v1.13b --- CHANGES.txt | 3 +++ README.md | 2 +- docs/index.htm | 2 +- src/version.h | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 0a58584..788f1ce 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ +v1.13b [2015-03-29] +Fixed occasional broken tiles for terrain 09 and 0C when placed against higher slopes + v1.13 [2015-03-22] Much faster multithreaded saving Added loading/saving of individual level files diff --git a/README.md b/README.md index 5207a75..9a88c91 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Kirby's Dream Course Editor =========================== -version 1.13 +version 1.13b ![Screenshot](http://dl.dropboxusercontent.com/u/43107309/kdceditor-111.png) diff --git a/docs/index.htm b/docs/index.htm index 780cbc3..8562cd6 100644 --- a/docs/index.htm +++ b/docs/index.htm @@ -10,7 +10,7 @@

Kirby's Dream Course Editor

-version 1.13 +version 1.13b

diff --git a/src/version.h b/src/version.h index b41f37a..51bdb72 100644 --- a/src/version.h +++ b/src/version.h @@ -11,8 +11,8 @@ #define INFO_LEGAL "Copyright 2013-2015 by Revenant\0" #define INFO_DESC "Kirby's Dream Course editor\0" -#define INFO_VERS "1.13\0" -#define INFO_VNUM 1, 13, 0, 0 +#define INFO_VERS "1.13b\0" +#define INFO_VNUM 1, 13, 1, 0 #define INFO_NAME "KDCEditor\0" #define INFO_FILE "KDCEditor.exe\0"