mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
can be deleted later if they exist in the headers, or moved to headers if they should exist in the headers.
13 lines
231 B
C
13 lines
231 B
C
/* Date for kicad build version */
|
|
|
|
#ifndef KICAD_BUILD_VERSION_H
|
|
#define KICAD_BUILD_VERSION_H
|
|
|
|
/**
|
|
* Function GetBuildVersion
|
|
* Return the build date and version
|
|
*/
|
|
wxString GetBuildVersion();
|
|
|
|
#endif // KICAD_BUILD_VERSION_H
|