Skip to content

Commit 600b21d

Browse files
author
Argent77
committed
Version 0.5
1 parent 270eb08 commit 600b21d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

tileconv/README

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

4-
Version: 0.4
4+
Version: 0.5
55
Author: Argent77
66

77
This tool allows you to compress or decompress TIS and MOS files provided by
@@ -123,3 +123,8 @@ v0.4 (2014-09-09)
123123
* Added output folder support
124124
* Added option "-T" to treat unrecognized files as headerless TIS
125125
* Added quality levels for encoding process
126+
127+
v0.5 (2014-09-18)
128+
* Added TIZ/MOZ decompression support
129+
* Option -T is recognized by option -I
130+
* Incomplete output files are deleted on error

tileconv/version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2020
THE SOFTWARE.
2121
*/
2222
int vers_major = 0;
23-
int vers_minor = 4;
23+
int vers_minor = 5;
2424
char prog_name[] = "tileconv";
2525
char author[] = "Argent77";

0 commit comments

Comments
 (0)