mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
10 lines
193 B
C
10 lines
193 B
C
/* Date for kicad build version */
|
|
|
|
#ifndef KICAD_BUILD_VERSION
|
|
#define KICAD_BUILD_VERSION
|
|
|
|
extern wxString g_BuildVersion;
|
|
extern wxString g_BuildAboutVersion;
|
|
|
|
#endif // KICAD_BUILD_VERSION
|