diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-11-15 14:45:58 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2016-11-15 14:45:58 +0100 |
commit | bc1008ac389c368cef0d50e3355c16c192c68848 (patch) | |
tree | f42d3d94932a253a2c26ec7be7bce726c654f4cb /apps/user_ldap/appinfo | |
parent | 571c5aac5e87deee1933f605d366060a82323621 (diff) | |
download | nextcloud-server-bc1008ac389c368cef0d50e3355c16c192c68848.tar.gz nextcloud-server-bc1008ac389c368cef0d50e3355c16c192c68848.zip |
Use 11.0 instead 9.2
As discussed we're changing the version from 9.2 to 11.0 to make some more sense.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'apps/user_ldap/appinfo')
-rw-r--r-- | apps/user_ldap/appinfo/info.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml index b16824925c0..87eb61a0fba 100644 --- a/apps/user_ldap/appinfo/info.xml +++ b/apps/user_ldap/appinfo/info.xml @@ -18,7 +18,7 @@ A user logs into ownCloud with their LDAP or AD credentials, and is granted acce </documentation> <dependencies> <lib>ldap</lib> - <owncloud min-version="9.2" max-version="9.2" /> + <nextcloud min-version="11" max-version="11" /> </dependencies> <namespace>User_LDAP</namespace> |