homebrewfilter/svnrev/svnrev.c
Christopher Roy Bratusek 0ed9b302bd bump version to 45
2016-08-14 19:12:47 +02:00

7 lines
54 B
C

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