kicad/include/build_version.h

18 lines
314 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
# ifdef HAVE_SVN_VERSION
# include "config.h"
(wxT(KICAD_SVN_VERSION))
# else
2008-06-29 18:51:38 +00:00
(wxT("(20080622-r1138)"))
# endif
2007-05-06 16:03:28 +00:00
#endif
;
#endif // KICAD_BUILD_VERSION