Change date in the nbX part of the version string to match the date
the nbX change was made. The original gcc cvs/svn branch date is kept separately. After discussion with simonb@ who pointed me at rev 1.4 where he'd corrected the same wrong assumption.
This commit is contained in:
parent
9c66a2d708
commit
33b0624dcd
|
@ -8,7 +8,7 @@
|
|||
in parentheses. You may also wish to include a number indicating
|
||||
the revision of your modified compiler. */
|
||||
|
||||
#define VERSUFFIX " (NetBSD nb2 20060628)"
|
||||
#define VERSUFFIX " (NetBSD nb2 20060711)"
|
||||
|
||||
/* This is the location of the online document giving instructions for
|
||||
reporting bugs. If you distribute a modified version of GCC,
|
||||
|
|
Loading…
Reference in New Issue