summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)