summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2022-03-27 20:46:54 +0200
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2022-03-27 20:46:54 +0200
commit4c1fe3a89963f4b2576e68d519d168a3d510cb75 (patch)
tree1b0a9bc7cb63d5567bfce47fb53f837c630d1031
parent7243f6b343a88fa8f9929345edc80a81d1f6a3fe (diff)
downloadrockbox-4c1fe3a89963f4b2576e68d519d168a3d510cb75.tar.gz
rockbox-4c1fe3a89963f4b2576e68d519d168a3d510cb75.zip
rbutil: Bump to 1.5.0.rbutil_1.5.0
Change-Id: I074da5a2ce33b65d554a7de22a993e536e93f48d
-rw-r--r--utils/rbutilqt/Info.plist2
-rw-r--r--utils/rbutilqt/version.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/utils/rbutilqt/Info.plist b/utils/rbutilqt/Info.plist
index 22f125303b..6ec1763220 100644
--- a/utils/rbutilqt/Info.plist
+++ b/utils/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.1 ($Rev$)</string> 10 <string>1.5.0</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/utils/rbutilqt/version.h b/utils/rbutilqt/version.h
index 1a1d78f643..a4acb9abd2 100644
--- a/utils/rbutilqt/version.h
+++ b/utils/rbutilqt/version.h
@@ -33,8 +33,8 @@
33// Version string is constructed from parts, since the Windows rc file needs it 33// Version string is constructed from parts, since the Windows rc file needs it
34// combined differently. 34// combined differently.
35#define VERSION_MAJOR 1 35#define VERSION_MAJOR 1
36#define VERSION_MINOR 4 36#define VERSION_MINOR 5
37#define VERSION_MICRO 1 37#define VERSION_MICRO 0
38#define VERSION_PATCH 0 38#define VERSION_PATCH 0
39#define STR(x) #x 39#define STR(x) #x
40#define VERSIONSTRING(a, b, c) STR(a) "." STR(b) "." STR(c) 40#define VERSIONSTRING(a, b, c) STR(a) "." STR(b) "." STR(c)