diff options
| author | 2008-03-14 19:41:38 +0000 | |
|---|---|---|
| committer | 2008-03-14 19:41:38 +0000 | |
| commit | b2fdf0a4ea36521080bc594cd4084f2d12ead796 (patch) | |
| tree | f12e733087c85f31d4bfb9b45b7f4eb5d03195d7 /src/modules | |
| parent | Fuckin finally! (diff) | |
Roll back to 1.2, not 4.0 module ver
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9082 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/extra/m_ldapauth.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_ldapauth.cpp b/src/modules/extra/m_ldapauth.cpp index 166624bc2..1657a904a 100644 --- a/src/modules/extra/m_ldapauth.cpp +++ b/src/modules/extra/m_ldapauth.cpp @@ -191,7 +191,7 @@ public: virtual Version GetVersion() { - return Version(4,0,0,0,VF_VENDOR,API_VERSION); + return Version(1,2,0,0,VF_VENDOR,API_VERSION); } }; |
