usbloadergx/source/svnrev.c
giantpune d32d1aa6f6
2009-07-28 03:16:25 +00:00

8 lines
73 B
C

#define SVN_REV "657:658M"
const char *GetRev()
{
return SVN_REV;
}