This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

minor version patch prototype patch


Would it be possible to apply a simular patch to the one below to the
"gcc-2_95-branch"?  It simply updates the date to the last time a commit
was done to that branch.  I didn't know if "2.95.2" should be changed to
"2.95.2+" or if "release" should become "release+fixes".

-- 
-- David    (obrien@NUXI.com)



Index: version.c
===================================================================
RCS file: /home/ncvs/src/contrib/gcc/version.c,v
retrieving revision 1.1.1.6
diff -u -r1.1.1.6 version.c
--- version.c	1999/11/01 08:26:47	1.1.1.6
+++ version.c	2000/03/12 10:48:35
@@ -1 +1 @@
-char *version_string = "2.95.2 19991024 (release)";
+char *version_string = "2.95.2 20000307 (release)";

Index: f/version.c
===================================================================
RCS file: /home/ncvs/src/contrib/gcc/f/version.c,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 version.c
--- f/version.c	1999/11/01 08:27:37	1.1.1.3
+++ f/version.c	2000/03/12 10:48:52
@@ -1 +1 @@
-const char *ffe_version_string = "0.5.25 19991024 (release)";
+const char *ffe_version_string = "0.5.25 20000307 (release)";

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]