kicad/include/build_version.h

13 lines
209 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
COMMON_GLOBL wxString g_BuildVersion
#ifdef EDA_BASE
(wxT("(2007-07-30)"))
2007-05-06 16:03:28 +00:00
#endif
;
#endif // KICAD_BUILD_VERSION