7 lines
73 B
C
7 lines
73 B
C
#define SVN_REV "653:654M"
|
|
|
|
const char *GetRev()
|
|
{
|
|
return SVN_REV;
|
|
}
|
|
|