homebrewfilter/svnrev/svnrev.c
Christopher Roy Bratusek 35f5f383d2 bump version to 41
2012-08-29 18:03:20 +02:00

7 lines
54 B
C

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