mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
12 lines
224 B
C
12 lines
224 B
C
/* Date for kicad build version */
|
|
|
|
#ifndef KICAD_BUILD_VERSION
|
|
#define KICAD_BUILD_VERSION
|
|
|
|
/** Function GetBuildVersion()
|
|
* Return the build date and version
|
|
*/
|
|
wxString GetBuildVersion();
|
|
|
|
#endif // KICAD_BUILD_VERSION
|