build_version.h 249 Bytes
Newer Older
plyatov's avatar
plyatov committed
1 2
/* Date for kicad build version */

3 4
#ifndef KICAD_BUILD_VERSION_H
#define KICAD_BUILD_VERSION_H
plyatov's avatar
plyatov committed
5

6 7 8
class wxString;


9 10
/**
 * Function GetBuildVersion
11 12 13
 * Return the build date and version
 */
wxString GetBuildVersion();
14

15
#endif	// KICAD_BUILD_VERSION_H