Bump Rockbox Utility version to 1.4.0.
Change-Id: I56cb05e2367a24341af6a8feb70f291628e78797
This commit is contained in:
parent
2a63502c09
commit
1e1b21591d
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue