homebrewfilter/svnrev/svnrev.c

7 lines
52 B
C
Raw Normal View History

#define SVN_REV
2011-10-01 19:45:29 +02:00
int SvnRev()
{
return SVN_REV;
}