summaryrefslogtreecommitdiffstats
path: root/rbutil
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2012-09-02 20:19:23 +0200
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2012-09-02 20:19:23 +0200
commit1ef14474c961ffc80dcf66df56050872ec7ece85 (patch)
treee9132e4fee8a3e7a24ec3b989c317f0928f333f9 /rbutil
parent55690ea5bf4211e53c3c51f57b5a97d5c1e8553d (diff)
downloadrockbox-1ef14474c961ffc80dcf66df56050872ec7ece85.tar.gz
rockbox-1ef14474c961ffc80dcf66df56050872ec7ece85.zip
Rockbox Utility: bump version to 1.3.0rbutil_1.3.0
Change-Id: I41db53976e4c0cb01e91f574277dcc90e68a6998
Diffstat (limited to 'rbutil')
-rw-r--r--rbutil/rbutilqt/Info.plist2
-rw-r--r--rbutil/rbutilqt/version.h6
2 files changed, 5 insertions, 3 deletions
diff --git a/rbutil/rbutilqt/Info.plist b/rbutil/rbutilqt/Info.plist
index f44ceccade..8eeb310258 100644
--- a/rbutil/rbutilqt/Info.plist
+++ b/rbutil/rbutilqt/Info.plist
@@ -7,7 +7,7 @@
<key>CFBundleName</key>
<string>Rockbox Utility</string>
<key>CFBundleShortVersionString</key>
- <string>1.2.14 ($Rev$)</string>
+ <string>1.3.0 ($Rev$)</string>
<key>CFBundleIconFile</key>
<string>rbutilqt.icns</string>
<key>CFBundleIdentifier</key>
diff --git a/rbutil/rbutilqt/version.h b/rbutil/rbutilqt/version.h
index ac3728c630..cefb6767ba 100644
--- a/rbutil/rbutilqt/version.h
+++ b/rbutil/rbutilqt/version.h
@@ -22,6 +22,8 @@
// contain a build timestamp because it needs to be the same in different
// files
// VERSION is the plain version number, used for http User-Agent string.
+// It is concatenated from separate digits to allow reusing for the Windows
+// resource information
// BUILDID is an additional build string to handle package updates (i.e.
// rebuilds because of issues like dependency problems or library updates).
// Usually empty.
@@ -29,8 +31,8 @@
// Version string is constructed from parts, since the Windows rc file needs it
// combined differently.
#define VERSION_MAJOR 1
-#define VERSION_MINOR 2
-#define VERSION_MICRO 14
+#define VERSION_MINOR 3
+#define VERSION_MICRO 0
#define VERSION_PATCH 0
#define STR(x) #x
#define VERSIONSTRING(a, b, c) STR(a) "." STR(b) "." STR(c)