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]
Other format: [Raw text]

[libobjc-branch] Change the version


I committed this patch to change the version in the branch so that the branch
would not get confused with the mainline.


Thanks,
Andrew Pinski


Index: version.c =================================================================== RCS file: /cvs/gcc/gcc/gcc/version.c,v retrieving revision 1.2222 diff -u -p -r1.2222 version.c --- version.c 25 Jan 2004 00:16:10 -0000 1.2222 +++ version.c 25 Jan 2004 08:07:36 -0000 @@ -5,7 +5,7 @@ please modify this string to indicate that, e.g. by putting your organization's name in parentheses at the end of the string. */

-const char version_string[] = "3.5.0 20040125 (experimental)";
+const char version_string[] = "3.5.0-libobjc 20040125 (merged 20040125)";


 /* This is the location of the online document giving instructions for
    reporting bugs.  If you distribute a modified version of GCC,


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