changeset 2499:b7d340e045fb

Bump gfxconv version.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 28 Apr 2020 21:11:05 +0300
parents 2e38e1512a22
children 5621befda8d6
files tools/gfxconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/gfxconv.c	Tue Apr 28 21:08:17 2020 +0300
+++ b/tools/gfxconv.c	Tue Apr 28 21:11:05 2020 +0300
@@ -2620,7 +2620,7 @@
         memcpy(&convFormatList[n++], &baseFormatList[i], sizeof(DMConvFormat));
 
     // Initialize and parse commandline
-    dmInitProg("gfxconv", "Simple graphics converter", "0.94", NULL, NULL);
+    dmInitProg("gfxconv", "Simple graphics converter", "0.95", NULL, NULL);
 
     if (!dmArgsProcess(argc, argv, optList, optListN,
         argHandleOpt, argHandleFile, OPTH_BAILOUT))