2007-05-06 16:03:28 +00:00
|
|
|
/* Date for kicad build version */
|
|
|
|
|
|
|
|
#ifndef KICAD_BUILD_VERSION
|
|
|
|
#define KICAD_BUILD_VERSION
|
|
|
|
|
2009-04-05 20:49:15 +00:00
|
|
|
extern wxString g_BuildVersion;
|
|
|
|
extern wxString g_BuildAboutVersion;
|
2008-08-15 16:38:05 +00:00
|
|
|
|
2007-05-06 16:03:28 +00:00
|
|
|
#endif // KICAD_BUILD_VERSION
|