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 a03bada426..956b5a3b1f 100644
--- a/rbutil/rbutilqt/version.h
+++ b/rbutil/rbutilqt/version.h
@@ -23,8 +23,8 @@
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#define VERSION "m1.0.9" 26#define VERSION "1.1"
27#define PUREVERSION "SVN $Revision$" 27#define PUREVERSION "SVN $Revision$"
28 28
29#define FULLVERSION PUREVERSION" ("VERSION"), built "__DATE__" "__TIME__ 29#define FULLVERSION VERSION" ("PUREVERSION"), built "__DATE__" "__TIME__
30 30