changeset 1617:625a7867877e

Bump gfxconv version.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 15 May 2018 14:29:42 +0300
parents 36d073c45327
children 4c96181c9c09
files tools/gfxconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/gfxconv.c	Tue May 15 14:29:32 2018 +0300
+++ b/tools/gfxconv.c	Tue May 15 14:29:42 2018 +0300
@@ -1629,7 +1629,7 @@
         memcpy(&convFormatList[n++], &baseFormatList[i], sizeof(DMConvFormat));
 
     // Initialize and parse commandline
-    dmInitProg("gfxconv", "Simple graphics converter", "0.91", NULL, NULL);
+    dmInitProg("gfxconv", "Simple graphics converter", "0.92", NULL, NULL);
 
     if (!dmArgsProcess(argc, argv, optList, optListN,
         argHandleOpt, argHandleFile, OPTH_BAILOUT))