From 50325cbab454647a313ba68279c844e2bc6143af Mon Sep 17 00:00:00 2001 From: Thomas Graichen Date: Fri, 4 Apr 1997 13:21:36 +0000 Subject: sync g77 to version 0.5.20 - i hope i got everything right because there is no patch from 0.5.19 to 0.5.20 - so i did it by diffing two gcc trees looking carefully at the results what does the new g77 give us: * now it completely works on the alpha (64bit) * faster * less bugs :-) --- gnu/usr.bin/gcc/f/zzz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/usr.bin/gcc/f/zzz.c') diff --git a/gnu/usr.bin/gcc/f/zzz.c b/gnu/usr.bin/gcc/f/zzz.c index 55ea8226c3f..29bc188c4f8 100644 --- a/gnu/usr.bin/gcc/f/zzz.c +++ b/gnu/usr.bin/gcc/f/zzz.c @@ -51,6 +51,6 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #endif /* !defined (__TIME__) */ #endif /* !defined (FFEZZZ_TIME) */ -char *ffezzz_version_string = "0.5.19.1"; +char *ffezzz_version_string = "0.5.20"; char *ffezzz_date = FFEZZZ_DATE; char *ffezzz_time = FFEZZZ_TIME; -- cgit v1.2.3