[Pkg-owncloud-commits] [owncloud] 42/49: ownCloud 6 RC3

David Prévot taffit at moszumanska.debian.org
Thu Dec 5 16:02:56 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 4d50fe5f124e723da47d5b0da8ce12808f9a444f
Author: Frank Karlitschek <frank at owncloud.org>
Date:   Thu Dec 5 12:02:53 2013 +0100

    ownCloud 6 RC3
---
 version.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/version.php b/version.php
index 4f50b62..3ad77f2 100644
--- a/version.php
+++ b/version.php
@@ -1,10 +1,10 @@
 <?php
 
 // 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(6, 00, 0, 10);
+$OC_Version=array(6, 00, 0, 11);
 
 // The human readable string
-$OC_VersionString='6.0 RC2';
+$OC_VersionString='6.0 RC3';
 
 // The ownCloud edition
 $OC_Edition='';

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list