mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
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:
parent
e6553f8218
commit
ee3ed8a163
5 changed files with 32 additions and 7 deletions
|
|
@ -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$"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue