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
1094b5224e
usbloadergx
/
source
/
svnrev.c
8 lines
69 B
C
Raw
Normal View
History
Unescape
Escape
2009-07-28 01:45:49 +02:00
#
define SVN_REV "657M"
*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 22:58:43 +02:00
const
char
*
GetRev
(
)
{
return
SVN_REV
;
}
Reference in New Issue
Copy Permalink