handle new installations (or upgrades) differently from invalid configurations

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17983 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2008-07-07 21:40:44 +00:00
parent e6553f8218
commit ee3ed8a163
5 changed files with 32 additions and 7 deletions

View file

@ -20,3 +20,8 @@
****************************************************************************/
#define VERSION "SVN $Revision$ (m1.0.6), built "__DATE__" "__TIME__
// PUREVERSION is needed to be able to just compare versions. It does not
// contain a build timestamp because it needs to be the same in different
// files
#define PUREVERSION "SVN $Revision$"