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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/rbutil/rbutilqt/version.h b/rbutil/rbutilqt/version.h
index ac3728c630..cefb6767ba 100644
--- a/rbutil/rbutilqt/version.h
+++ b/rbutil/rbutilqt/version.h
@@ -22,6 +22,8 @@
22// contain a build timestamp because it needs to be the same in different 22// contain a build timestamp because it needs to be the same in different
23// files 23// files
24// VERSION is the plain version number, used for http User-Agent string. 24// VERSION is the plain version number, used for http User-Agent string.
25// It is concatenated from separate digits to allow reusing for the Windows
26// resource information
25// BUILDID is an additional build string to handle package updates (i.e. 27// BUILDID is an additional build string to handle package updates (i.e.
26// rebuilds because of issues like dependency problems or library updates). 28// rebuilds because of issues like dependency problems or library updates).
27// Usually empty. 29// Usually empty.
@@ -29,8 +31,8 @@
29// 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
30// combined differently. 32// combined differently.
31#define VERSION_MAJOR 1 33#define VERSION_MAJOR 1
32#define VERSION_MINOR 2 34#define VERSION_MINOR 3
33#define VERSION_MICRO 14 35#define VERSION_MICRO 0
34#define VERSION_PATCH 0 36#define VERSION_PATCH 0
35#define STR(x) #x 37#define STR(x) #x
36#define VERSIONSTRING(a, b, c) STR(a) "." STR(b) "." STR(c) 38#define VERSIONSTRING(a, b, c) STR(a) "." STR(b) "." STR(c)