Remove inconsistent version numbering.

This commit is contained in:
Anthony J. Bentley
2014-09-25 20:56:15 -06:00
parent 3992ce2502
commit 0d07caba60
6 changed files with 1 additions and 33 deletions

View File

@@ -242,8 +242,6 @@ fatalerror(const char *fmt, ...)
void
PrintUsage(void)
{
printf("RGBAsm v" ASM_VERSION " (part of ASMotor " ASMOTOR_VERSION
")\n\n");
printf("Usage: rgbasm [-v] [-h] [-b chars] [-g chars] [-i path] [-o outfile] [-p pad_value]\n"
" file\n");
exit(1);