Rockbox Utility: bump version to 1.2.11.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30921 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
303c486f4f
commit
0609bfd9f3
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
<key>CFBundleName</key>
|
||||
<string>Rockbox Utility</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>SVN $Revision$ (1.2.10)</string>
|
||||
<string>SVN $Revision$ (1.2.11)</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>rbutilqt.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
// rebuilds because of issues like dependency problems or library updates).
|
||||
// Usually empty.
|
||||
#define BUILDID ""
|
||||
#define VERSION "1.2.10" BUILDID
|
||||
#define VERSION "1.2.11" BUILDID
|
||||
#define PUREVERSION "SVN $Revision$"
|
||||
|
||||
#define FULLVERSION VERSION" ("PUREVERSION"), built "__DATE__" "__TIME__
|
||||
|
|
Loading…
Reference in a new issue