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:
Franklin Wei 2019-10-28 01:14:10 -04:00
parent d1fda5ef7c
commit 06a26ab07b
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.4.0 ($Rev$)</string>
<string>1.4.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 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)