summaryrefslogtreecommitdiff
path: root/lib/common/BannerText.h
diff options
context:
space:
mode:
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