changeset 1836:c4d7ca373ee2

Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 22 Jun 2018 17:01:59 +0300
parents eb965318101a
children cc4570c0bca5
files tools/gfxconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/gfxconv.c	Fri Jun 22 17:01:37 2018 +0300
+++ b/tools/gfxconv.c	Fri Jun 22 17:01:59 2018 +0300
@@ -1676,7 +1676,7 @@
         memcpy(&convFormatList[n++], &baseFormatList[i], sizeof(DMConvFormat));
 
     // Initialize and parse commandline
-    dmInitProg("gfxconv", "Simple graphics converter", "0.92", NULL, NULL);
+    dmInitProg("gfxconv", "Simple graphics converter", "0.93", NULL, NULL);
 
     if (!dmArgsProcess(argc, argv, optList, optListN,
         argHandleOpt, argHandleFile, OPTH_BAILOUT))