We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2536804 commit 09037daCopy full SHA for 09037da
2 files changed
tile2ee/README
@@ -1,7 +1,7 @@
1
TILE2EE
2
~~~~~~~
3
4
-Version: 0.1
+Version: 0.2
5
Author: Argent77
6
7
This tool allows you to convert palette-based MOS and TIS files (V1) into
@@ -101,3 +101,7 @@ Version history
101
102
v0.1 (2015-07-03)
103
* 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
@@ -22,7 +22,7 @@ THE SOFTWARE.
22
#include "Version.hpp"
23
24
int vers_major = 0;
25
-int vers_minor = 1;
+int vers_minor = 2;
26
int vers_patch = 0;
27
char vers_suffix[] = "";
28
char prog_name[] = "tile2ee";
0 commit comments