1
0
Fork 0
forked from len0rd/rockbox

Rockbox Utility: bump version to 1.3.1

Change-Id: I4a9670d59451637b38204aa25dacecb38f50cf3e
This commit is contained in:
Dominik Riebeling 2012-11-25 14:09:32 +01:00
parent 95fe4eb3e0
commit d397cca942
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.3.0 ($Rev$)</string>
<string>1.3.1 ($Rev$)</string>
<key>CFBundleIconFile</key>
<string>rbutilqt.icns</string>
<key>CFBundleIdentifier</key>

View file

@ -32,7 +32,7 @@
// combined differently.
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_MICRO 0
#define VERSION_MICRO 1
#define VERSION_PATCH 0
#define STR(x) #x
#define VERSIONSTRING(a, b, c) STR(a) "." STR(b) "." STR(c)