# HG changeset patch # User Matti Hamalainen # Date 1588097465 -10800 # Node ID b7d340e045fbb87f7edbb9a695ba3e61df686120 # Parent 2e38e1512a228b73b26aafb5eaaa198e69be58df Bump gfxconv version. diff -r 2e38e1512a22 -r b7d340e045fb tools/gfxconv.c --- a/tools/gfxconv.c Tue Apr 28 21:08:17 2020 +0300 +++ b/tools/gfxconv.c Tue Apr 28 21:11:05 2020 +0300 @@ -2620,7 +2620,7 @@ memcpy(&convFormatList[n++], &baseFormatList[i], sizeof(DMConvFormat)); // Initialize and parse commandline - dmInitProg("gfxconv", "Simple graphics converter", "0.94", NULL, NULL); + dmInitProg("gfxconv", "Simple graphics converter", "0.95", NULL, NULL); if (!dmArgsProcess(argc, argv, optList, optListN, argHandleOpt, argHandleFile, OPTH_BAILOUT))