Skip to content

Commit

Permalink
Version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Argent77 committed Sep 6, 2014
1 parent 4fdcb16 commit 529afbc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion tileconv/README
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TILECONV
~~~~~~~~

Version: 0.2
Version: 0.3
Author: Argent77

This tool allows you to compress or decompress TIS and MOS files provided by
Expand Down Expand Up @@ -96,3 +96,8 @@ v0.2 (2014-09-01)
* Greatly increased conversion speed
* Added new options "-q level" and "-j num"
* Deprecated option "-d"

v0.3 (2014-09-06)
* Better parameter handling
* Added option -I for displaying file stats
* Many fixes and improvements under the hood
2 changes: 1 addition & 1 deletion tileconv/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
int vers_major = 0;
int vers_minor = 2;
int vers_minor = 3;
char prog_name[] = "tileconv";
char author[] = "Argent77";

0 comments on commit 529afbc

Please sign in to comment.