X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_password_hash.cpp;h=68ed39c4d5e844354bcfbda183c331aaa610e4c1;hb=8e8445d1c0744130f232d3c6f56d5fe1079773ad;hp=bd039865aaf58b5cbb2da152b21f0aecf65bb11d;hpb=da074814501f23680b579feb1ad649c86e8a1348;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_password_hash.cpp b/src/modules/m_password_hash.cpp index bd039865a..68ed39c4d 100644 --- a/src/modules/m_password_hash.cpp +++ b/src/modules/m_password_hash.cpp @@ -155,7 +155,7 @@ class ModuleOperHash : public Module virtual Version GetVersion() { - return Version(1,1,0,1,VF_VENDOR,API_VERSION); + return Version(1,2,0,1,VF_VENDOR,API_VERSION); } };