Bump RockboxUtility version to 1.4.1
Needed to get ipod6g bootloader support in place for upcoming 3.15 release. Change-Id: I22ab3f97224577b148baf7197fa57486ee015174
This commit is contained in:
parent
d1fda5ef7c
commit
06a26ab07b
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.4.0 ($Rev$)</string>
|
||||
<string>1.4.1 ($Rev$)</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>rbutilqt.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
// combined differently.
|
||||
#define VERSION_MAJOR 1
|
||||
#define VERSION_MINOR 4
|
||||
#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)
|
||||
|
|
Loading…
Reference in a new issue