rbutil: Bump to 1.5.1.

Change-Id: Idfc846ee1922271a709a097989c7a9a31e9d7279
This commit is contained in:
Dominik Riebeling 2022-04-18 21:02:12 +02:00
parent 3ed515872c
commit f8d54d0d1e
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
<key>CFBundleName</key>
<string>Rockbox Utility</string>
<key>CFBundleShortVersionString</key>
<string>1.5.0</string>
<string>1.5.1</string>
<key>CFBundleIconFile</key>
<string>rbutilqt.icns</string>
<key>CFBundleIdentifier</key>

View file

@ -34,7 +34,7 @@
// combined differently.
#define VERSION_MAJOR 1
#define VERSION_MINOR 5
#define VERSION_MICRO 0
#define VERSION_MICRO 1
#define VERSION_PATCH 0
#define STR(x) #x
#define VERSIONSTRING(a, b, c) STR(a) "." STR(b) "." STR(c)