kicad/include/build_version.h

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