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, 3 insertions, 3 deletions
diff --git a/rbutil/rbutilqt/version.h b/rbutil/rbutilqt/version.h
index 78db1d2f90..da498ac1a4 100644
--- a/rbutil/rbutilqt/version.h
+++ b/rbutil/rbutilqt/version.h
@@ -23,9 +23,9 @@
23// contain a build timestamp because it needs to be the same in different 23// contain a build timestamp because it needs to be the same in different
24// files 24// files
25// VERSION is the plain version number, used for http User-Agent string. 25// VERSION is the plain version number, used for http User-Agent string.
26// BUILD is an additional build string to handle package updates (i.e. rebuilds 26// BUILDID is an additional build string to handle package updates (i.e.
27// because of issues like dependency problems or library updates). Usually 27// rebuilds because of issues like dependency problems or library updates).
28// empty. 28// Usually empty.
29#define BUILDID "" 29#define BUILDID ""
30#define VERSION "1.2.9" BUILDID 30#define VERSION "1.2.9" BUILDID
31#define PUREVERSION "SVN $Revision$" 31#define PUREVERSION "SVN $Revision$"