homebrewfilter/svnrev/svnrev.c
2012-03-12 12:10:56 +01:00

7 lines
54 B
C

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