GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / toolchains / hndtools-arm-linux-2.6.36-uclibc-4.5.3 / lib / gcc / arm-brcm-linux-uclibcgnueabi / 4.5.3 / plugin / include / plugin-version.h
blob4ea0ed2ba2f9b6bd087a00545f55b260df8de5d7
1 #include "configargs.h"
3 static char basever[] = "4.5.3";
4 static char datestamp[] = "20110428";
5 static char devphase[] = "";
6 static char revision[] = "";
8 /* FIXME plugins: We should make the version information more precise.
9 One way to do is to add a checksum. */
11 static struct plugin_gcc_version gcc_version = {basever, datestamp,
12 devphase, revision,
13 configuration_arguments};