Browse Source

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>
Lukas Reschke 7 years ago
parent
commit
bc1008ac38

+ 1 - 1
apps/admin_audit/appinfo/info.xml

@@ -9,7 +9,7 @@
 	<author>Nextcloud</author>
 	<version>1.1.0</version>
 	<dependencies>
-		<owncloud min-version="9.2" max-version="9.2" />
+		<nextcloud min-version="11" max-version="11" />
 	</dependencies>
 	<types>
 		<logging/>

+ 1 - 1
apps/comments/appinfo/info.xml

@@ -8,7 +8,7 @@
 	<default_enable/>
 	<version>1.1.0</version>
 	<dependencies>
-		<owncloud min-version="9.2" max-version="9.2" />
+		<nextcloud min-version="11" max-version="11" />
 	</dependencies>
 	<types>
 		<logging/>

+ 1 - 1
apps/dav/appinfo/info.xml

@@ -15,7 +15,7 @@
 		<webdav>appinfo/v1/publicwebdav.php</webdav>
 	</public>
 	<dependencies>
-		<owncloud min-version="9.2" max-version="9.2" />
+		<nextcloud min-version="11" max-version="11" />
 	</dependencies>
 	<background-jobs>
 		<job>OCA\DAV\CardDAV\SyncJob</job>

+ 1 - 1
apps/encryption/appinfo/info.xml

@@ -25,7 +25,7 @@
 	</types>
 	<dependencies>
 		<lib>openssl</lib>
-		<owncloud min-version="9.2" max-version="9.2" />
+		<nextcloud min-version="11" max-version="11" />
 	</dependencies>
 	<settings>
 		<admin>OCA\Encryption\Settings\Admin</admin>

+ 1 - 1
apps/federatedfilesharing/appinfo/info.xml

@@ -9,7 +9,7 @@
     <namespace>FederatedFileSharing</namespace>
     <category>other</category>
     <dependencies>
-        <owncloud min-version="9.2" max-version="9.2" />
+        <nextcloud min-version="11" max-version="11" />
     </dependencies>
     <settings>
         <admin>OCA\FederatedFileSharing\Settings\Admin</admin>

+ 1 - 1
apps/federation/appinfo/info.xml

@@ -9,7 +9,7 @@
 	<namespace>Federation</namespace>
 	<category>other</category>
 	<dependencies>
-		<owncloud min-version="9.2" max-version="9.2" />
+		<nextcloud min-version="11" max-version="11" />
 	</dependencies>
 	<default_enable/>
 	<types>

+ 1 - 1
apps/files/appinfo/info.xml

@@ -11,7 +11,7 @@
 		<filesystem/>
 	</types>
 	<dependencies>
-		<owncloud min-version="9.2" max-version="9.2" />
+		<nextcloud min-version="11" max-version="11" />
 	</dependencies>
 	<documentation>
 		<user>user-files</user>

+ 1 - 1
apps/files_external/appinfo/info.xml

@@ -22,7 +22,7 @@
 	<namespace>Files_External</namespace>
 
 	<dependencies>
-		<owncloud min-version="9.2" max-version="9.2" />
+		<nextcloud min-version="11" max-version="11" />
 	</dependencies>
 
 	<settings>

+ 1 - 1
apps/files_sharing/appinfo/info.xml

@@ -15,7 +15,7 @@ Turning the feature off removes shared files and folders on the server for all s
 		<filesystem/>
 	</types>
 	<dependencies>
-		<owncloud min-version="9.2" max-version="9.2" />
+		<nextcloud min-version="11" max-version="11" />
 	</dependencies>
 	<public>
 		<files>public.php</files>

+ 1 - 1
apps/files_trashbin/appinfo/info.xml

@@ -16,7 +16,7 @@ To prevent a user from running out of disk space, the Deleted files app will not
 	</types>
 	<namespace>Files_Trashbin</namespace>
 	<dependencies>
-		<owncloud min-version="9.2" max-version="9.2" />
+		<nextcloud min-version="11" max-version="11" />
 	</dependencies>
 	<documentation>
 		<user>user-trashbin</user>

+ 1 - 1
apps/files_versions/appinfo/info.xml

@@ -14,7 +14,7 @@ In addition to the expiry of versions, the versions app makes certain never to u
 	</types>
 	<namespace>Files_Versions</namespace>
 	<dependencies>
-		<owncloud min-version="9.2" max-version="9.2" />
+		<nextcloud min-version="11" max-version="11" />
 	</dependencies>
 	<documentation>
 		<user>user-versions</user>

+ 1 - 1
apps/provisioning_api/appinfo/info.xml

@@ -23,6 +23,6 @@
 		<prevent_group_restriction/>
 	</types>
 	<dependencies>
-		<owncloud min-version="9.2" max-version="9.2" />
+		<nextcloud min-version="11" max-version="11" />
 	</dependencies>
 </info>

+ 1 - 1
apps/sharebymail/appinfo/info.xml

@@ -9,7 +9,7 @@
     <namespace>ShareByMail</namespace>
     <category>other</category>
     <dependencies>
-        <owncloud min-version="9.2" max-version="9.2" />
+        <nextcloud min-version="11" max-version="11" />
     </dependencies>
     <default_enable/>
 </info>

+ 1 - 1
apps/systemtags/appinfo/info.xml

@@ -9,7 +9,7 @@
 	<default_enable/>
 	<version>1.1.3</version>
 	<dependencies>
-		<owncloud min-version="9.2" max-version="9.2" />
+		<nextcloud min-version="11" max-version="11" />
 	</dependencies>
 	<namespace>SystemTags</namespace>
 	<types>

+ 1 - 1
apps/testing/appinfo/info.xml

@@ -7,6 +7,6 @@
 	<author>Joas Schilling</author>
 	<version>1.1.0</version>
 	<dependencies>
-		<owncloud min-version="9.2" max-version="9.2" />
+		<nextcloud min-version="11" max-version="11" />
 	</dependencies>
 </info>

+ 1 - 1
apps/theming/appinfo/info.xml

@@ -10,7 +10,7 @@
 	<category>other</category>
 
 	<dependencies>
-		<owncloud min-version="9.2" max-version="9.2" />
+		<nextcloud min-version="11" max-version="11" />
 	</dependencies>
 
 	<types>

+ 1 - 1
apps/twofactor_backupcodes/appinfo/info.xml

@@ -14,6 +14,6 @@
 	</two-factor-providers>
 
 	<dependencies>
-		<owncloud min-version="9.2" max-version="9.2" />
+		<nextcloud min-version="11" max-version="11" />
 	</dependencies>
 </info>

+ 1 - 1
apps/updatenotification/appinfo/info.xml

@@ -9,7 +9,7 @@
 	<namespace>UpdateNotification</namespace>
 	<default_enable/>
 	<dependencies>
-		<owncloud min-version="9.2" max-version="9.2" />
+		<nextcloud min-version="11" max-version="11" />
 	</dependencies>
 
 	<background-jobs>

+ 1 - 1
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>

+ 1 - 1
apps/workflowengine/appinfo/info.xml

@@ -18,7 +18,7 @@
 	</types>
 
 	<dependencies>
-		<owncloud min-version="9.2" max-version="9.2" />
+		<nextcloud min-version="11" max-version="11" />
 	</dependencies>
 
 	<settings>

+ 1 - 1
version.php

@@ -25,7 +25,7 @@
 // We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades
 // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
 // when updating major/minor version number.
-$OC_Version = array(9, 2, 0, 5);
+$OC_Version = array(11, 0, 0, 0);
 
 // The human readable string
 $OC_VersionString = '11.0 alpha';