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:
Dominik Riebeling 2011-05-08 18:49:54 +00:00
parent e720724b95
commit bdfd95e27d
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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__