summaryrefslogtreecommitdiff
path: root/src/conf
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-04-09 00:35:55 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-04-09 00:35:55 -0700
commit312e4d37cc964bbc5bd4e20fd25500b08dc70268 (patch)
tree47df84785736864cbf0690bb7ed1dfb960477595 /src/conf
parentd6b80d1b95ac566e7eb9b75389fb10ae8610dd6f (diff)
downloadtmwa-312e4d37cc964bbc5bd4e20fd25500b08dc70268.tar.gz
tmwa-312e4d37cc964bbc5bd4e20fd25500b08dc70268.tar.bz2
tmwa-312e4d37cc964bbc5bd4e20fd25500b08dc70268.tar.xz
tmwa-312e4d37cc964bbc5bd4e20fd25500b08dc70268.zip
Add @source command to help modified verions satisfy the AGPL
Diffstat (limited to 'src/conf')
-rw-r--r--src/conf/version.hpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/conf/version.hpp b/src/conf/version.hpp
index ab7a3d5..8dd31ed 100644
--- a/src/conf/version.hpp
+++ b/src/conf/version.hpp
@@ -9,7 +9,10 @@
# include "conf-raw/int-VERSION_PATCH.h"
# include "conf-raw/int-VERSION_DEVEL.h"
-# include "conf-raw/str-VENDOR.h"
-# include "conf-raw/int-VENDOR_VERSION.h"
+# include "conf-raw/str-VENDOR_NAME.h"
+# include "conf-raw/int-VENDOR_POINT.h"
+# include "conf-raw/str-VENDOR_SOURCE.h"
+
+# include "conf-raw/str-VERSION_STRING.h"
#endif // TMWA_CONF_VERSION_HPP