Home | History | Annotate | Download | only in include
      1 #include "configargs.h"
      2 
      3 static char basever[] = "4.6.x-google";
      4 static char datestamp[] = "20120106";
      5 static char devphase[] = "prerelease";
      6 static char revision[] = "";
      7 
      8 /* FIXME plugins: We should make the version information more precise.
      9    One way to do is to add a checksum. */
     10 
     11 static struct plugin_gcc_version gcc_version = {basever, datestamp,
     12 						devphase, revision,
     13 						configuration_arguments};
     14