Skip to content

Commit 266b138

Browse files
committed
1.11
1 parent dadcb30 commit 266b138

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v1.11 [2014-01-??]
1+
v1.11 [2014-01-13]
22
Fixed possible data corruption when saving levels to headered ROMs
33
Heavily rewrote 2D map display (including better handling of font metrics)
44
Tweaked compression code again (just slightly faster, probably the last change)

src/version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
#define INFO_LEGAL "Copyright 2013 by Revenant\0"
1212

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

0 commit comments

Comments
 (0)