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:
Dominik Riebeling 2011-11-06 20:36:26 +00:00
parent 303c486f4f
commit 0609bfd9f3
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.10)</string>
<string>SVN $Revision$ (1.2.11)</string>
<key>CFBundleIconFile</key>
<string>rbutilqt.icns</string>
<key>CFBundleIdentifier</key>

View file

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