mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-01 07:05:10 +01:00
7 lines
54 B
C
7 lines
54 B
C
#define SVN_REV 42
|
|
|
|
int SvnRev()
|
|
{
|
|
return SVN_REV;
|
|
}
|