changeset 253:c8039152d896

Increase version number.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 25 May 2007 19:50:22 +0000
parents c72ec68c03ce
children 0ca2ab58c1bb
files mkspecial.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mkspecial.c	Fri May 25 19:21:10 2007 +0000
+++ b/mkspecial.c	Fri May 25 19:50:22 2007 +0000
@@ -322,7 +322,7 @@
 	mapblock_t *worldMap = NULL, *initialMap = NULL;
 	mapblock_t **mapBlocks = NULL;
 
-	th_init("mkspecial", "Yet Another ASCII Map Auto-Stitcher", "0.1", NULL, NULL);
+	th_init("mkspecial", "Yet Another ASCII Map Auto-Stitcher", "0.5", NULL, NULL);
 	th_verbosityLevel = 1;
 	
 	/* Parse arguments */