File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11TILECONV
22~~~~~~~~
33
4- Version: 0.2
4+ Version: 0.3
55Author: Argent77
66
77This 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
Original file line number Diff line number Diff line change @@ -20,6 +20,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2020THE SOFTWARE.
2121*/
2222int vers_major = 0 ;
23- int vers_minor = 2 ;
23+ int vers_minor = 3 ;
2424char prog_name[] = " tileconv" ;
2525char author[] = " Argent77" ;
You can’t perform that action at this time.
0 commit comments