# HG changeset patch # User Matti Hamalainen # Date 1526383782 -10800 # Node ID 625a7867877ee1f2915d927597a75122e2dd489c # Parent 36d073c4532762e293601c893c60ad269f1221e3 Bump gfxconv version. diff -r 36d073c45327 -r 625a7867877e tools/gfxconv.c --- 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))