Bump version to 1.2.13.

Change-Id: Ib4efdef98db92824f798f830f8c8c1b094dc4f02
This commit is contained in:
Dominik Riebeling 2012-03-06 22:17:52 +01:00
parent 06662985cb
commit cd5ee6f181
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>1.2.12 ($Rev$)</string>
<string>1.2.13 ($Rev$)</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.12" BUILDID
#define VERSION "1.2.13" BUILDID
// PUREVERSION should identify the build uniquely. Use version string for now.
#define PUREVERSION "$Rev$"