Bump version to 1.2.13.
Change-Id: Ib4efdef98db92824f798f830f8c8c1b094dc4f02
This commit is contained in:
parent
06662985cb
commit
cd5ee6f181
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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$"
|
||||
|
||||
|
|
Loading…
Reference in a new issue