homebrewfilter/svnrev/svnrev.c
Christopher Roy Bratusek 906598cad9 changes:
- support for SD-Gecko in Slot A or B
- updated device-prompt: choice 5: SD-Gecko Slot A, choice 6: SD-Gecko Slot B
- updaetd storage option 'all' to include SD-Geckos
- fixed a regression from rev37 when storage is dvd don't loop three times
- fixed a regression from rev39 correctly treat <no_ios_reload>
- added <force_no_ios_reload/> support, for testing purposes
btw: not hot-plugging support for SD-Geckos\!
2012-08-25 23:15:52 +02:00

7 lines
54 B
C

#define SVN_REV 40
int SvnRev()
{
return SVN_REV;
}