blob: 1a454596abfb68ed3fa123e1c052a59b22565df0 [file] [log] [blame]
#include "configargs.h"
static char basever[] = "4.6.3";
static char datestamp[] = "20120201";
static char devphase[] = "prerelease";
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};