From 258496c951d5a25662eae780f360c9a1e2171b44 Mon Sep 17 00:00:00 2001 From: C Montero-Luque Date: Fri, 30 Oct 2015 12:46:39 -0400 Subject: 8.0.9 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.php') diff --git a/version.php b/version.php index ce80de72d48..3133df8dcf2 100644 --- a/version.php +++ b/version.php @@ -3,10 +3,10 @@ // 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(8, 0, 9, 1); +$OC_Version=array(8, 0, 9, 2); // The human readable string -$OC_VersionString='8.0.9 RC2'; +$OC_VersionString='8.0.9'; // The ownCloud channel $OC_Channel='git'; -- cgit v1.2.3