# HG changeset patch # User Matti Hamalainen # Date 1530023534 -10800 # Node ID 1a198212009e303e0ea4394aae972e3756304e4f # Parent a323ca23f4491394102350c5439716a8cbd1ea80 Bump gfxconv version. diff -r a323ca23f449 -r 1a198212009e tools/gfxconv.c --- 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))