Skip to content

Commit fc5746d

Browse files
committed
v1.13b
1 parent 9d457f3 commit fc5746d

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v1.13b [2015-03-29]
2+
Fixed occasional broken tiles for terrain 09 and 0C when placed against higher slopes
3+
14
v1.13 [2015-03-22]
25
Much faster multithreaded saving
36
Added loading/saving of individual level files

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Kirby's Dream Course Editor
22
===========================
3-
version 1.13
3+
version 1.13b
44

55
![Screenshot](http://dl.dropboxusercontent.com/u/43107309/kdceditor-111.png)
66

docs/index.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<body>
1111

1212
<h1>Kirby's Dream Course Editor</h1>
13-
version 1.13
13+
version 1.13b
1414
<p>
1515

1616
<table><tr><td>

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
#define INFO_LEGAL "Copyright 2013-2015 by Revenant\0"
1212

1313
#define INFO_DESC "Kirby's Dream Course editor\0"
14-
#define INFO_VERS "1.13\0"
15-
#define INFO_VNUM 1, 13, 0, 0
14+
#define INFO_VERS "1.13b\0"
15+
#define INFO_VNUM 1, 13, 1, 0
1616
#define INFO_NAME "KDCEditor\0"
1717
#define INFO_FILE "KDCEditor.exe\0"
1818

0 commit comments

Comments
 (0)