mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-05 19:15:07 +01:00
8 lines
69 B
C
8 lines
69 B
C
|
#include "svnrev.h"
|
||
|
|
||
|
char *GetRev() {
|
||
|
|
||
|
return SVN_REV;
|
||
|
|
||
|
}
|