mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-16 16:42:33 -05:00
Bump version to 1.2.12.
Remove svn information from the version string as well, since we don't have this information anymore. Change-Id: I0055e6cd9e5e6cb1aaf678d91db183f4bc2117fe
This commit is contained in:
parent
001eb3b211
commit
3131dd529e
1 changed files with 4 additions and 3 deletions
|
|
@ -26,8 +26,9 @@
|
||||||
// rebuilds because of issues like dependency problems or library updates).
|
// rebuilds because of issues like dependency problems or library updates).
|
||||||
// Usually empty.
|
// Usually empty.
|
||||||
#define BUILDID ""
|
#define BUILDID ""
|
||||||
#define VERSION "1.2.11" BUILDID
|
#define VERSION "1.2.12" BUILDID
|
||||||
#define PUREVERSION "SVN $Revision$"
|
// PUREVERSION should identify the build uniquely. Use version string for now.
|
||||||
|
#define PUREVERSION VERSION
|
||||||
|
|
||||||
#define FULLVERSION VERSION" ("PUREVERSION"), built "__DATE__" "__TIME__
|
#define FULLVERSION VERSION", built "__DATE__" "__TIME__
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue