15 lines
525 B
CMake
15 lines
525 B
CMake
|
/* Do not modify this file, it was automatically generated by CMake. */
|
||
|
|
||
|
/*
|
||
|
* Define the current source code Subversion commit number. The version
|
||
|
* string defined below does not update automatically when building the
|
||
|
* source with make. Run make rebuild_cache to update version strings.
|
||
|
*/
|
||
|
#ifndef __KICAD_SVN_VERSION_H__
|
||
|
#define __KICAD_SVN_VERSION_H__
|
||
|
|
||
|
#cmakedefine KICAD_SVN_VERSION "@KICAD_SVN_VERSION@"
|
||
|
#cmakedefine KICAD_ABOUT_VERSION "@KICAD_ABOUT_VERSION@"
|
||
|
|
||
|
#endif /* __KICAD_SVN_VERSION_H__ */
|