diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-02-25 00:37:22 -0800 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-02-25 00:37:22 -0800 |
commit | 8f659169047f2dcdd6f7a15b2b31b537fe858953 (patch) | |
tree | af1cfe0ca8a193e460a282a7ea24ff0fc49fcd6a /apps/user_ldap | |
parent | 21f3291eeedc86fb29f5c3a11b0e54da9f2a5adf (diff) | |
parent | 4e826b16735327a4c7777475f68787bb2bfc4e6a (diff) | |
download | nextcloud-server-8f659169047f2dcdd6f7a15b2b31b537fe858953.tar.gz nextcloud-server-8f659169047f2dcdd6f7a15b2b31b537fe858953.zip |
Merge pull request #1882 from owncloud/required_version
Set required owncloud version to 4.93
Diffstat (limited to 'apps/user_ldap')
-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 53269edfb34..03a4fa52332 100644 --- a/apps/user_ldap/appinfo/info.xml +++ b/apps/user_ldap/appinfo/info.xml @@ -7,7 +7,7 @@ This app is not compatible to the WebDAV user backend.</description> <licence>AGPL</licence> <author>Dominik Schmidt and Arthur Schiwon</author> - <require>4.91</require> + <require>4.93</require> <shipped>true</shipped> <types> <authentication/> |