mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-04 18:45:05 +01:00
cc590e1ac8
*Uploaded the svnrev.c back online. It can stay on SVN there is nothing wrong with it :P.
8 lines
73 B
C
8 lines
73 B
C
#define SVN_REV "649:652M"
|
|
|
|
const char *GetRev()
|
|
{
|
|
return SVN_REV;
|
|
}
|
|
|