usbloadergx/source/svnrev.c
dimok321 cc590e1ac8 *Reverted the svnrev.sh and Makefile because shell needs ../ and needs to be under the else state next to DEPENDS for the command to work.
*Uploaded the svnrev.c back online. It can stay on SVN there is nothing wrong with it :P.
2009-07-26 20:58:43 +00:00

8 lines
73 B
C

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