X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_services.cpp;h=54690c39b812ea4792de2d446a20b551a1ca9836;hb=0898f10f75bcd8ecde21c73da90955f95dc30e50;hp=d3781cef375a3e22545b05e2b94422935f2814e8;hpb=68730d4c9701b34c962302e6410908865fb2ba28;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_services.cpp b/src/modules/m_services.cpp index d3781cef3..54690c39b 100644 --- a/src/modules/m_services.cpp +++ b/src/modules/m_services.cpp @@ -297,7 +297,7 @@ class ModuleServices : public Module virtual Version GetVersion() { - return Version(1,1,0,0,VF_COMMON|VF_VENDOR,API_VERSION); + return Version(1,2,0,0,VF_COMMON|VF_VENDOR,API_VERSION); } };