forked from len0rd/rockbox
Rockbox Utility: bump version to 1.3.1
Change-Id: I4a9670d59451637b38204aa25dacecb38f50cf3e
This commit is contained in:
parent
95fe4eb3e0
commit
d397cca942
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
<key>CFBundleName</key>
|
<key>CFBundleName</key>
|
||||||
<string>Rockbox Utility</string>
|
<string>Rockbox Utility</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.3.0 ($Rev$)</string>
|
<string>1.3.1 ($Rev$)</string>
|
||||||
<key>CFBundleIconFile</key>
|
<key>CFBundleIconFile</key>
|
||||||
<string>rbutilqt.icns</string>
|
<string>rbutilqt.icns</string>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
// combined differently.
|
// combined differently.
|
||||||
#define VERSION_MAJOR 1
|
#define VERSION_MAJOR 1
|
||||||
#define VERSION_MINOR 3
|
#define VERSION_MINOR 3
|
||||||
#define VERSION_MICRO 0
|
#define VERSION_MICRO 1
|
||||||
#define VERSION_PATCH 0
|
#define VERSION_PATCH 0
|
||||||
#define STR(x) #x
|
#define STR(x) #x
|
||||||
#define VERSIONSTRING(a, b, c) STR(a) "." STR(b) "." STR(c)
|
#define VERSIONSTRING(a, b, c) STR(a) "." STR(b) "." STR(c)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue