kicad/include/build_version.h

13 lines
209 B
C

/* Date for kicad build version */
#ifndef KICAD_BUILD_VERSION
#define KICAD_BUILD_VERSION
COMMON_GLOBL wxString g_BuildVersion
#ifdef EDA_BASE
(wxT("(2007-08-30)"))
#endif
;
#endif // KICAD_BUILD_VERSION