forked from len0rd/rockbox
Bump rbutil version to 1.1, remove the m (milestone) prefix and show the version number first in the about dialog.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20217 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
750b84887a
commit
c8a60784d0
2 changed files with 3 additions and 3 deletions
|
|
@ -23,8 +23,8 @@
|
|||
// contain a build timestamp because it needs to be the same in different
|
||||
// files
|
||||
// VERSION is the plain version number, used for http User-Agent string.
|
||||
#define VERSION "m1.0.9"
|
||||
#define VERSION "1.1"
|
||||
#define PUREVERSION "SVN $Revision$"
|
||||
|
||||
#define FULLVERSION PUREVERSION" ("VERSION"), built "__DATE__" "__TIME__
|
||||
#define FULLVERSION VERSION" ("PUREVERSION"), built "__DATE__" "__TIME__
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue