# HG changeset patch # User Matti Hamalainen # Date 1529676119 -10800 # Node ID c4d7ca373ee2ff11376df1915c562b44d1aefecb # Parent eb965318101a710cd83dce1e8680bbe1a4f6d504 Bump version. diff -r eb965318101a -r c4d7ca373ee2 tools/gfxconv.c --- 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))