Skip to content

Commit 529afbc

Browse files
author
Argent77
committed
Version 0.3
1 parent 4fdcb16 commit 529afbc

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.2
4+
Version: 0.3
55
Author: Argent77
66

77
This tool allows you to compress or decompress TIS and MOS files provided by
@@ -96,3 +96,8 @@ v0.2 (2014-09-01)
9696
* Greatly increased conversion speed
9797
* Added new options "-q level" and "-j num"
9898
* Deprecated option "-d"
99+
100+
v0.3 (2014-09-06)
101+
* Better parameter handling
102+
* Added option -I for displaying file stats
103+
* Many fixes and improvements under the hood

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 = 2;
23+
int vers_minor = 3;
2424
char prog_name[] = "tileconv";
2525
char author[] = "Argent77";

0 commit comments

Comments
 (0)