summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 8eeb310258..500450fe61 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.3.0 ($Rev$)</string> 10 <string>1.3.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 cefb6767ba..b560cab5ea 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 3 34#define VERSION_MINOR 3
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)