Skip to content

Commit 09037da

Browse files
author
Argent77
committed
Version 0.2
1 parent 2536804 commit 09037da

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

tile2ee/README

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
TILE2EE
22
~~~~~~~
33

4-
Version: 0.1
4+
Version: 0.2
55
Author: Argent77
66

77
This tool allows you to convert palette-based MOS and TIS files (V1) into
@@ -101,3 +101,7 @@ Version history
101101

102102
v0.1 (2015-07-03)
103103
* Initial release
104+
105+
v0.2 (2015-07-08)
106+
* Prevent overwriting input files by output files
107+
* Existing output filenames will now be overwritten

tile2ee/Version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ THE SOFTWARE.
2222
#include "Version.hpp"
2323

2424
int vers_major = 0;
25-
int vers_minor = 1;
25+
int vers_minor = 2;
2626
int vers_patch = 0;
2727
char vers_suffix[] = "";
2828
char prog_name[] = "tile2ee";

0 commit comments

Comments
 (0)