X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_blockcolor.cpp;h=bcc6f93b56c2e2404e6e2e2bbd62b31817f48fa1;hb=be609949e3ec2543d6cb16d23240870028732f36;hp=1663b981efde8ea52604ed5d1acabcea992ff8f3;hpb=e97cce71bbc3f4ce46a01fd3e32375a7ef8611d7;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_blockcolor.cpp b/src/modules/m_blockcolor.cpp index 1663b981e..bcc6f93b5 100644 --- a/src/modules/m_blockcolor.cpp +++ b/src/modules/m_blockcolor.cpp @@ -89,7 +89,7 @@ class ModuleBlockColour : public Module virtual Version GetVersion() { - return Version(1,2,0,0,VF_COMMON|VF_VENDOR,API_VERSION); + return Version("$Id$",VF_COMMON|VF_VENDOR,API_VERSION); } };