diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-09-02 18:33:16 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-09-02 18:33:16 +0000 |
commit | 3e26f42a8f50905899fdd51c9bbf6d83c21a3321 (patch) | |
tree | 5b8d16bcfda604ae308ed61ff04fd8728bdc5150 /include/inspircd.h | |
parent | 7f88980dd2ea3c6a835cec42b96563e4c7828cdc (diff) |
Include VERSION/REVISION information in module version tag, so that we do no longer rely on $Id$
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11666 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index f16a1a40d..92e446e03 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -74,6 +74,7 @@ typedef std::vector< KeyVal > KeyValList; typedef std::multimap< std::string, KeyValList > ConfigDataHash; #include "inspircd_config.h" +#include "inspircd_version.h" #include "numerics.h" #include "uid.h" #include "users.h" |