You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
209 B
12 lines
209 B
/* Date for kicad build version */
|
|
|
|
#ifndef KICAD_BUILD_VERSION
|
|
#define KICAD_BUILD_VERSION
|
|
|
|
COMMON_GLOBL wxString g_BuildVersion
|
|
#ifdef EDA_BASE
|
|
(wxT("(2007-11-09)"))
|
|
#endif
|
|
;
|
|
|
|
#endif // KICAD_BUILD_VERSION
|