10 lines
337 B
C
10 lines
337 B
C
|
#ifndef _INCLUDE_SVN_VERSION_H_
|
||
|
#define _INCLUDE_SVN_VERSION_H_
|
||
|
|
||
|
/** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */
|
||
|
/** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */
|
||
|
|
||
|
#define SVN_VERSION "1.8.0.3135"
|
||
|
|
||
|
#endif //_INCLUDE_SVN_VERSION_H_
|