X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_chanlog.cpp;h=01876e4e9b212b09a3a0cdda738c609ada031433;hb=a23a840749db9646884907ae28588b1962dc2449;hp=05ab1f4820152f7b1aaf239b3b22b7d625182f8c;hpb=e39f15b2aa7a9767f9d6eeed8a5085f49fcfffae;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_chanlog.cpp b/src/modules/m_chanlog.cpp index 05ab1f482..01876e4e9 100644 --- a/src/modules/m_chanlog.cpp +++ b/src/modules/m_chanlog.cpp @@ -97,7 +97,7 @@ class ModuleChanLog : public Module virtual Version GetVersion() { - return Version(1,2,0,1,VF_VENDOR,API_VERSION); + return Version("$Id$", VF_VENDOR,API_VERSION); } };