]> source.dussan.org Git - nextcloud-server.git/commitdiff
Correct version string to 9.1.1.0 v10.0.1RC1
authorLukas Reschke <lukas@statuscode.ch>
Wed, 14 Sep 2016 18:00:48 +0000 (20:00 +0200)
committerGitHub <noreply@github.com>
Wed, 14 Sep 2016 18:00:48 +0000 (20:00 +0200)
version.php

index 70c411a797de08d714386744e59c88df7441e8a9..9de709379c7563860f8af753a17f123cee7b557d 100644 (file)
@@ -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, 1, 0, 17);
+$OC_Version = array(9, 1, 1, 0);
 
 // The human readable string
 $OC_VersionString = '10.0.1 RC1';