homebrewfilter/svnrev/svnrev.c

7 lines
54 B
C
Raw Normal View History

2012-03-20 18:17:06 +01:00
#define SVN_REV 38
2011-10-01 19:45:29 +02:00
int SvnRev()
{
return SVN_REV;
}