From bc1008ac389c368cef0d50e3355c16c192c68848 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 15 Nov 2016 14:45:58 +0100 Subject: 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 --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.php') diff --git a/version.php b/version.php index e6de2e2bde0..42a0e7c9bdb 100644 --- a/version.php +++ b/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'; -- cgit v1.2.3