summaryrefslogtreecommitdiff
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 @@
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.1 ($Rev$)</string> 10 <string>1.4.0 ($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 b560cab5ea..e3e46a932d 100644
--- a/rbutil/rbutilqt/version.h
+++ b/rbutil/rbutilqt/version.h
@@ -31,8 +31,8 @@
31// Version string is constructed from parts, since the Windows rc file needs it 31// Version string is constructed from parts, since the Windows rc file needs it
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 4
35#define VERSION_MICRO 1 35#define VERSION_MICRO 0
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)