1 #include "configargs.h" 2 3 static char basever[] = "4.4.3"; 4 static char datestamp[] = "20100121"; 5 static char devphase[] = ""; 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