From 3eb98d14f337b2bc224d4bcec732358b8d72bc77 Mon Sep 17 00:00:00 2001 From: simonb Date: Thu, 1 Jun 2006 19:21:05 +0000 Subject: [PATCH] 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 phone@ --- gnu/dist/gcc4/gcc/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/dist/gcc4/gcc/version.c b/gnu/dist/gcc4/gcc/version.c index 18981689299d..db38f0bfc01a 100644 --- a/gnu/dist/gcc4/gcc/version.c +++ b/gnu/dist/gcc4/gcc/version.c @@ -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 20060420)" +#define VERSUFFIX " (NetBSD nb2 20060531)" /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC,