Skip to content

Commit

Permalink
v1.13b
Browse files Browse the repository at this point in the history
  • Loading branch information
devinacker committed Mar 29, 2015
1 parent 9d457f3 commit fc5746d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>

<h1>Kirby's Dream Course Editor</h1>
version 1.13
version 1.13b
<p>

<table><tr><td>
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit fc5746d

Please sign in to comment.