changeset 1910:1a198212009e

Bump gfxconv version.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 26 Jun 2018 17:32:14 +0300
parents a323ca23f449
children 794cbb938a58
files tools/gfxconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/gfxconv.c	Tue Jun 26 17:30:51 2018 +0300
+++ b/tools/gfxconv.c	Tue Jun 26 17:32:14 2018 +0300
@@ -1812,7 +1812,7 @@
         memcpy(&convFormatList[n++], &baseFormatList[i], sizeof(DMConvFormat));
 
     // Initialize and parse commandline
-    dmInitProg("gfxconv", "Simple graphics converter", "0.93", NULL, NULL);
+    dmInitProg("gfxconv", "Simple graphics converter", "0.94", NULL, NULL);
 
     if (!dmArgsProcess(argc, argv, optList, optListN,
         argHandleOpt, argHandleFile, OPTH_BAILOUT))