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

@@ -3,8 +3,6 @@
#include <stdlib.h>
#include <string.h>
#include "asmotor.h"
#include "extern/err.h"
#include "link/main.h"
#include "link/mylink.h"
@@ -34,7 +32,7 @@ SetSymfileName(char *name)
err(1, "Cannot open symfile '%s'", name);
}
fprintf(sf, ";File generated by xLink v" LINK_VERSION "\n\n");
fprintf(sf, ";File generated by rgblink\n\n");
}
void