kicad/include/build_version.h

10 lines
193 B
C
Raw Normal View History

2007-05-06 16:03:28 +00:00
/* Date for kicad build version */
#ifndef KICAD_BUILD_VERSION
#define KICAD_BUILD_VERSION
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