rbutil: Bump to 1.5.0.

Change-Id: I074da5a2ce33b65d554a7de22a993e536e93f48d
This commit is contained in:
Dominik Riebeling 2022-03-27 20:46:54 +02:00
parent 7243f6b343
commit 4c1fe3a899
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
<key>CFBundleName</key>
<string>Rockbox Utility</string>
<key>CFBundleShortVersionString</key>
<string>1.4.1 ($Rev$)</string>
<string>1.5.0</string>
<key>CFBundleIconFile</key>
<string>rbutilqt.icns</string>
<key>CFBundleIdentifier</key>

View file

@ -33,8 +33,8 @@
// Version string is constructed from parts, since the Windows rc file needs it
// combined differently.
#define VERSION_MAJOR 1
#define VERSION_MINOR 4
#define VERSION_MICRO 1
#define VERSION_MINOR 5
#define VERSION_MICRO 0
#define VERSION_PATCH 0
#define STR(x) #x
#define VERSIONSTRING(a, b, c) STR(a) "." STR(b) "." STR(c)