changeset 551:0e39e0bbb5ac

Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 Nov 2012 23:16:38 +0200
parents 12854cbd6fab
children d4cee32e7050
files gfxconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gfxconv.c	Thu Nov 22 23:10:18 2012 +0200
+++ b/gfxconv.c	Thu Nov 22 23:16:38 2012 +0200
@@ -1448,7 +1448,7 @@
         optColors[i] = i;
 
     // Initialize and parse commandline
-    dmInitProg("gfxconv", "Simple graphics converter", "0.7", NULL, NULL);
+    dmInitProg("gfxconv", "Simple graphics converter", "0.75", NULL, NULL);
 
     if (!dmArgsProcess(argc, argv, optList, optListN,
         argHandleOpt, argHandleFile, TRUE))