This website requires JavaScript.
Explore
Help
Sign In
The-Homebrew-Cloud
/
usbloadergx
Watch
2
Star
0
Fork
0
You've already forked usbloadergx
mirror of
https://github.com/wiidev/usbloadergx.git
synced
2024-11-05 02:55:07 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e1ed5629b8
usbloadergx
/
source
/
svnrev.c
8 lines
69 B
C
Raw
Normal View
History
Unescape
Escape
*Forgot one thing
2009-07-25 09:13:33 +02:00
#
define SVN_REV "645M"
*Changed to write directly into svnrev.c and get the value from there except of having two new files to get the SVN_REV
2009-07-25 09:09:52 +02:00
const
char
*
GetRev
(
)
{
return
SVN_REV
;
}
Reference in New Issue
Copy Permalink