usbloadergx/source/svnrev.c
giantpune 5a5f80ce0e added the photo 1.1, mii, shopping, news, weather, and whatever other factory channels there are.
put in a filter to hide the xxxA factory duplicate channels.

*NOTE* In testing, all channels booted fine with system menu 4.1u installed.  None booted with 3.2u installed.
2009-07-28 05:31:03 +00:00

8 lines
73 B
C

#define SVN_REV "659:660M"
const char *GetRev()
{
return SVN_REV;
}