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 08d8af7062..7e7e3b4025 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.2.12 ($Rev$)</string> 10 <string>1.2.13 ($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 768c93fb75..940d50e329 100644
--- a/rbutil/rbutilqt/version.h
+++ b/rbutil/rbutilqt/version.h
@@ -26,7 +26,7 @@
26// rebuilds because of issues like dependency problems or library updates). 26// rebuilds because of issues like dependency problems or library updates).
27// Usually empty. 27// Usually empty.
28#define BUILDID "" 28#define BUILDID ""
29#define VERSION "1.2.12" BUILDID 29#define VERSION "1.2.13" BUILDID
30// PUREVERSION should identify the build uniquely. Use version string for now. 30// PUREVERSION should identify the build uniquely. Use version string for now.
31#define PUREVERSION "$Rev$" 31#define PUREVERSION "$Rev$"
32 32