kicad/include/build_version.h

13 lines
231 B
C
Raw Normal View History

2007-05-06 16:03:28 +00:00
/* Date for kicad build version */
#ifndef KICAD_BUILD_VERSION_H
#define KICAD_BUILD_VERSION_H
2007-05-06 16:03:28 +00:00
/**
* Function GetBuildVersion
* Return the build date and version
*/
wxString GetBuildVersion();
2008-08-15 16:38:05 +00:00
#endif // KICAD_BUILD_VERSION_H