summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2014-01-05 21:31:31 +0100
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2014-01-05 21:44:28 +0100
commit1e1b21591d931ed66450c2c810e1fce89e5c039f (patch)
treeb054afd985fe2a0fc9afde194cfdb737e0fae823
parent2a63502c09bc72cd1d0f75b9c1bb13b53c7a35c4 (diff)
downloadrockbox-1e1b21591d931ed66450c2c810e1fce89e5c039f.tar.gz
rockbox-1e1b21591d931ed66450c2c810e1fce89e5c039f.zip
Bump Rockbox Utility version to 1.4.0.rbutil_1.4.0
Change-Id: I56cb05e2367a24341af6a8feb70f291628e78797
-rw-r--r--rbutil/rbutilqt/Info.plist2
-rw-r--r--rbutil/rbutilqt/version.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/rbutil/rbutilqt/Info.plist b/rbutil/rbutilqt/Info.plist
index 500450fe61..45cf8948ab 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.3.1 ($Rev$)</string>
+ <string>1.4.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 b560cab5ea..e3e46a932d 100644
--- a/rbutil/rbutilqt/version.h
+++ b/rbutil/rbutilqt/version.h
@@ -31,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 3
-#define VERSION_MICRO 1
+#define VERSION_MINOR 4
+#define VERSION_MICRO 0
#define VERSION_PATCH 0
#define STR(x) #x
#define VERSIONSTRING(a, b, c) STR(a) "." STR(b) "." STR(c)