homebrewfilter/svnrev/svnrev.c
2012-03-20 18:17:06 +01:00

7 lines
54 B
C

#define SVN_REV 38
int SvnRev()
{
return SVN_REV;
}