Make version # egcs-3.0.0 since we need to make sure the version#s

in the built-in defines are > 2.7.

From-SVN: r14813
This commit is contained in:
Jeffrey A Law 1997-08-15 20:26:03 +00:00 committed by Jeff Law
parent 566cfa8175
commit 96e87e3e2a
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Fri Aug 15 12:49:56 1997 Jeffrey A Law (law@cygnus.com)
* version.c: Change the version string to look like:
egcs-1.0.0 970814 (gcc2-970802 experimental).
egcs-3.0.0 970814 (gcc2-970802 experimental).
* gcc.c: Take out experimental snapshot warning message.

View File

@ -1 +1 @@
char *version_string = "egcs-1.0.0 970814 (gcc2-970802 experimental)";
char *version_string = "egcs-3.0.0 970814 (gcc2-970802 experimental)";