changeset 490:7e376a853105

Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 12 Nov 2012 22:04:50 +0200
parents fca3c240ccac
children d9c460300f23
files gfxconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gfxconv.c	Mon Nov 12 22:04:17 2012 +0200
+++ b/gfxconv.c	Mon Nov 12 22:04:50 2012 +0200
@@ -1372,7 +1372,7 @@
         optColors[i] = i;
 
     // Initialize and parse commandline
-    dmInitProg("gfxconv", "Simple graphics converter", "0.6", NULL, NULL);
+    dmInitProg("gfxconv", "Simple graphics converter", "0.7", NULL, NULL);
 
     if (!dmArgsProcess(argc, argv, optList, optListN,
         argHandleOpt, argHandleFile, TRUE))