comparison tools/gfxconv.c @ 973:15e6c2bd207b

Bump gfxconv version.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 27 Feb 2015 14:17:24 +0200
parents 6d5edc6af2ad
children cbf9b9b4fdea
comparison
equal deleted inserted replaced
972:6d5edc6af2ad 973:15e6c2bd207b
1563 // Default colors 1563 // Default colors
1564 for (i = 0; i < C64_MAX_COLORS; i++) 1564 for (i = 0; i < C64_MAX_COLORS; i++)
1565 optColors[i] = i; 1565 optColors[i] = i;
1566 1566
1567 // Initialize and parse commandline 1567 // Initialize and parse commandline
1568 dmInitProg("gfxconv", "Simple graphics converter", "0.80", NULL, NULL); 1568 dmInitProg("gfxconv", "Simple graphics converter", "0.90", NULL, NULL);
1569 1569
1570 if (!dmArgsProcess(argc, argv, optList, optListN, 1570 if (!dmArgsProcess(argc, argv, optList, optListN,
1571 argHandleOpt, argHandleFile, OPTH_BAILOUT)) 1571 argHandleOpt, argHandleFile, OPTH_BAILOUT))
1572 exit(1); 1572 exit(1);
1573 1573