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.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/rbutil/rbutilqt/version.h b/rbutil/rbutilqt/version.h
index c0ba2bf848..8027b574f9 100644
--- a/rbutil/rbutilqt/version.h
+++ b/rbutil/rbutilqt/version.h
@@ -19,9 +19,12 @@
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21 21
22#define VERSION "SVN $Revision$ (m1.0.6), built "__DATE__" "__TIME__
23
24// PUREVERSION is needed to be able to just compare versions. It does not 22// PUREVERSION is needed to be able to just compare versions. It does not
25// 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
26// files 24// files
25// VERSION is the plain version number, used for http User-Agent string.
26#define VERSION "m1.0.6"
27#define PUREVERSION "SVN $Revision$" 27#define PUREVERSION "SVN $Revision$"
28
29#define FULLVERSION PUREVERSION" ("VERSION"), built "__DATE__" "__TIME__
30