From c2957516bca0fe70622c7668a12ade68576ddab2 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 24 Mar 2008 13:40:12 +0000 Subject: Finally change all the Version() objects git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9185 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_ident.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_ident.cpp') diff --git a/src/modules/m_ident.cpp b/src/modules/m_ident.cpp index fd9fd4434..8f251cb46 100644 --- a/src/modules/m_ident.cpp +++ b/src/modules/m_ident.cpp @@ -350,7 +350,7 @@ class ModuleIdent : public Module virtual Version GetVersion() { - return Version(1, 1, 1, 0, VF_VENDOR, API_VERSION); + return Version(1, 2, 1, 0, VF_VENDOR, API_VERSION); } -- cgit v1.2.3