Rockbox Utility: bump version to 1.2.10.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29834 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e720724b95
commit
bdfd95e27d
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.9)</string>
|
||||
<string>SVN $Revision$ (1.2.10)</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>rbutilqt.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
// rebuilds because of issues like dependency problems or library updates).
|
||||
// Usually empty.
|
||||
#define BUILDID ""
|
||||
#define VERSION "1.2.9" BUILDID
|
||||
#define VERSION "1.2.10" BUILDID
|
||||
#define PUREVERSION "SVN $Revision$"
|
||||
|
||||
#define FULLVERSION VERSION" ("PUREVERSION"), built "__DATE__" "__TIME__
|
||||
|
|
Loading…
Reference in a new issue