diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-01-15 18:09:00 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-01-15 18:09:00 +0000 |
commit | 344e0755327509b0939b72f9689d5d164a8f7e30 (patch) | |
tree | 5bcc6343f2d65b14466d757c18b21205e3d316a3 /include/inspircd_io.h | |
parent | b604a2cd41e6f70f56e721d949a6cbac7550b67e (diff) |
Added support for <options customversion> to customize the second part of VERSION
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2797 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd_io.h')
-rw-r--r-- | include/inspircd_io.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/inspircd_io.h b/include/inspircd_io.h index c8dd1a112..1e3b24fb6 100644 --- a/include/inspircd_io.h +++ b/include/inspircd_io.h @@ -278,6 +278,10 @@ class ServerConfig : public classbase */ std::string logpath; + /** Custom version string, which if defined can replace the system info in VERSION. + */ + char CustomVersion[MAXBUF]; + ServerConfig(); /** Clears the include stack in preperation for |