usbloadergx/source/getrev.c
dimok321 9b8f289ca3 *Added Filebrowser from libwiigui 1.03 (modified a bit). It will be used by giantpune later. Right now its not used.
*Created a function to get SVN_REV to avoid long compiling times when small changes are done in the source.
2009-07-24 20:34:55 +00:00

8 lines
69 B
C

#include "svnrev.h"
char *GetRev() {
return SVN_REV;
}