kicad/include/build_version.h

13 lines
216 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
2008-04-29 15:45:46 +00:00
(wxT("(20080429-r1010)"))
2007-05-06 16:03:28 +00:00
#endif
;
#endif // KICAD_BUILD_VERSION