blob: 4ea0ed2ba2f9b6bd087a00545f55b260df8de5d7 [file] [log] [blame]
#include "configargs.h"
static char basever[] = "4.5.3";
static char datestamp[] = "20110428";
static char devphase[] = "";
static char revision[] = "";
/* FIXME plugins: We should make the version information more precise.
One way to do is to add a checksum. */
static struct plugin_gcc_version gcc_version = {basever, datestamp,
devphase, revision,
configuration_arguments};