Index: trunk/extensions/LdapAuthentication/LdapAuthentication.php |
— | — | @@ -90,7 +90,7 @@ |
91 | 91 | $wgLDAPUseFetchedUsername = array(); |
92 | 92 | $wgPasswordResetRoutes['domain'] = true; |
93 | 93 | |
94 | | -define( "LDAPAUTHVERSION", "1.2f" ); |
| 94 | +define( "LDAPAUTHVERSION", "1.2g" ); |
95 | 95 | |
96 | 96 | /** |
97 | 97 | * Add extension information to Special:Version |