summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutilqt/version.h')
-rw-r--r--rbutil/rbutilqt/version.h4
1 files changed, 2 insertions, 2 deletions
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)