From 638381c529a2f19c699718234d689e54ad459c97 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 24 Mar 2008 13:41:25 +0000 Subject: And more of them git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9186 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_permchannels.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_permchannels.cpp') diff --git a/src/modules/m_permchannels.cpp b/src/modules/m_permchannels.cpp index f24a90800..9ead50535 100644 --- a/src/modules/m_permchannels.cpp +++ b/src/modules/m_permchannels.cpp @@ -71,7 +71,7 @@ public: 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); } virtual int OnChannelPreDelete(Channel *c) -- cgit v1.2.3