summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranklin Wei <franklin@rockbox.org>2019-10-28 01:14:10 -0400
committerFranklin Wei <franklin@rockbox.org>2019-10-28 17:33:50 -0400
commit06a26ab07bb7c7ae87bcc40a6c15d93ec723390a (patch)
treedd616e7412d464d1bf0be844b120e85c2c129c2d
parentd1fda5ef7c305e60a82bca5cd159416bc5c54604 (diff)
downloadrockbox-06a26ab07bb7c7ae87bcc40a6c15d93ec723390a.tar.gz
rockbox-06a26ab07bb7c7ae87bcc40a6c15d93ec723390a.zip
Bump RockboxUtility version to 1.4.1rbutil_1.4.1
Needed to get ipod6g bootloader support in place for upcoming 3.15 release. Change-Id: I22ab3f97224577b148baf7197fa57486ee015174
-rw-r--r--rbutil/rbutilqt/Info.plist2
-rw-r--r--rbutil/rbutilqt/version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/rbutil/rbutilqt/Info.plist b/rbutil/rbutilqt/Info.plist
index 45cf8948ab..21de3591c3 100644
--- a/rbutil/rbutilqt/Info.plist
+++ b/rbutil/rbutilqt/Info.plist
@@ -7,7 +7,7 @@
7 <key>CFBundleName</key> 7 <key>CFBundleName</key>
8 <string>Rockbox Utility</string> 8 <string>Rockbox Utility</string>
9 <key>CFBundleShortVersionString</key> 9 <key>CFBundleShortVersionString</key>
10 <string>1.4.0 ($Rev$)</string> 10 <string>1.4.1 ($Rev$)</string>
11 <key>CFBundleIconFile</key> 11 <key>CFBundleIconFile</key>
12 <string>rbutilqt.icns</string> 12 <string>rbutilqt.icns</string>
13 <key>CFBundleIdentifier</key> 13 <key>CFBundleIdentifier</key>
diff --git a/rbutil/rbutilqt/version.h b/rbutil/rbutilqt/version.h
index a156083f67..b2d24d369b 100644
--- a/rbutil/rbutilqt/version.h
+++ b/rbutil/rbutilqt/version.h
@@ -32,7 +32,7 @@
32// combined differently. 32// combined differently.
33#define VERSION_MAJOR 1 33#define VERSION_MAJOR 1
34#define VERSION_MINOR 4 34#define VERSION_MINOR 4
35#define VERSION_MICRO 0 35#define VERSION_MICRO 1
36#define VERSION_PATCH 0 36#define VERSION_PATCH 0
37#define STR(x) #x 37#define STR(x) #x
38#define VERSIONSTRING(a, b, c) STR(a) "." STR(b) "." STR(c) 38#define VERSIONSTRING(a, b, c) STR(a) "." STR(b) "." STR(c)