]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/version.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / version.c
index d1f8e85499e961ed43b148ac0881546a9144a387..75f285aeee01a96c391248797a17d93b53f4e14f 100644 (file)
@@ -1,4 +1,17 @@
-#include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.3";
+/* This is the location of the online document giving instructions for
+   reporting bugs.  If you distribute a modified version of GCC,
+   please configure with --with-bugurl pointing to a document giving
+   instructions for reporting bugs to you, not us.  (You are of course
+   welcome to forward us bugs reported to you, if you determine that
+   they are not bugs in your modifications.)  */
+
+const char bug_report_url[] = BUGURL;
+
+/* The complete version string, assembled from several pieces.
+   BASEVER, DATESTAMP, DEVPHASE, and REVISION are defined by the
+   Makefile.  */
+
+const char version_string[] = BASEVER DATESTAMP DEVPHASE REVISION;
+const char pkgversion_string[] = PKGVERSION;