kicad-source/include/build_version.h
Dick Hollenbeck 6c9244e8c3 fix function comments, this time ones in *.cpp files until they
can be deleted later if they exist in the headers, or moved to 
headers if they should exist in the headers.
2010-11-12 10:59:16 -06:00

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