changeset 973:15e6c2bd207b

Bump gfxconv version.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 27 Feb 2015 14:17:24 +0200
parents 6d5edc6af2ad
children cbf9b9b4fdea
files tools/gfxconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/gfxconv.c	Fri Feb 27 14:17:12 2015 +0200
+++ b/tools/gfxconv.c	Fri Feb 27 14:17:24 2015 +0200
@@ -1565,7 +1565,7 @@
         optColors[i] = i;
 
     // Initialize and parse commandline
-    dmInitProg("gfxconv", "Simple graphics converter", "0.80", NULL, NULL);
+    dmInitProg("gfxconv", "Simple graphics converter", "0.90", NULL, NULL);
 
     if (!dmArgsProcess(argc, argv, optList, optListN,
         argHandleOpt, argHandleFile, OPTH_BAILOUT))