summaryrefslogtreecommitdiff
path: root/lib/common/BannerText.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2011-10-25 22:03:07 +0000
committerChris Wilson <chris+github@qwirx.com>2011-10-25 22:03:07 +0000
commitb63f27c0923a6758e5e5dbe2bc42e06a93049443 (patch)
treeabfd888c993c466584e31fdf15fec69f72d099e7 /lib/common/BannerText.h
parentbe9a51e36a54deab6f8e785af5b3052058a1d070 (diff)
Avoid recompiling everything on MSVC when BoxVersion.h changes.
Diffstat (limited to 'lib/common/BannerText.h')
-rw-r--r--lib/common/BannerText.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/common/BannerText.h b/lib/common/BannerText.h
index e40224da..f0772c9c 100644
--- a/lib/common/BannerText.h
+++ b/lib/common/BannerText.h
@@ -10,9 +10,13 @@
#ifndef BANNERTEXT__H
#define BANNERTEXT__H
+#ifdef NEED_BOX_VERSION_H
+# include "BoxVersion.h"
+#endif
+
#define BANNER_TEXT(UtilityName) \
"Box " UtilityName " v" BOX_VERSION ", (c) Ben Summers and " \
- "contributors 2003-2010"
+ "contributors 2003-2011"
#endif // BANNERTEXT__H