summaryrefslogtreecommitdiff
path: root/utils/rbutilqt/version.h
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2022-03-27 20:46:54 +0200
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2022-03-27 20:46:54 +0200
commit4c1fe3a89963f4b2576e68d519d168a3d510cb75 (patch)
tree1b0a9bc7cb63d5567bfce47fb53f837c630d1031 /utils/rbutilqt/version.h
parent7243f6b343a88fa8f9929345edc80a81d1f6a3fe (diff)
downloadrockbox-4c1fe3a89963f4b2576e68d519d168a3d510cb75.tar.gz
rockbox-4c1fe3a89963f4b2576e68d519d168a3d510cb75.zip
rbutil: Bump to 1.5.0.rbutil_1.5.0
Change-Id: I074da5a2ce33b65d554a7de22a993e536e93f48d
Diffstat (limited to 'utils/rbutilqt/version.h')
-rw-r--r--utils/rbutilqt/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/rbutilqt/version.h b/utils/rbutilqt/version.h
index 1a1d78f643..a4acb9abd2 100644
--- a/utils/rbutilqt/version.h
+++ b/utils/rbutilqt/version.h
@@ -33,8 +33,8 @@
33// Version string is constructed from parts, since the Windows rc file needs it 33// Version string is constructed from parts, since the Windows rc file needs it
34// combined differently. 34// combined differently.
35#define VERSION_MAJOR 1 35#define VERSION_MAJOR 1
36#define VERSION_MINOR 4 36#define VERSION_MINOR 5
37#define VERSION_MICRO 1 37#define VERSION_MICRO 0
38#define VERSION_PATCH 0 38#define VERSION_PATCH 0
39#define STR(x) #x 39#define STR(x) #x
40#define VERSIONSTRING(a, b, c) STR(a) "." STR(b) "." STR(c) 40#define VERSIONSTRING(a, b, c) STR(a) "." STR(b) "." STR(c)