X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_banexception.cpp;h=34a52f82b47ff07685b160919648091eb5009193;hb=77954a2e31213ce355e9e319229c767dfbd698a4;hp=7ad8a1fdd5e5d3749edf6cfb795a85fef733cb4d;hpb=a1a7b96a8c994eb09a3d071f3daf28252b8c188b;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_banexception.cpp b/src/modules/m_banexception.cpp index 7ad8a1fdd..34a52f82b 100644 --- a/src/modules/m_banexception.cpp +++ b/src/modules/m_banexception.cpp @@ -183,7 +183,7 @@ public: virtual Version GetVersion() { - return Version(1, 2, 0, 3, VF_COMMON | VF_VENDOR, API_VERSION); + return Version("$Id$", VF_COMMON | VF_VENDOR, API_VERSION); } virtual ~ModuleBanException()