[Pkg-owncloud-commits] [owncloud] 26/42: 6.0.1

David Prévot taffit at moszumanska.debian.org
Wed Jan 22 21:21:49 UTC 2014


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

taffit pushed a commit to branch master
in repository owncloud.

commit 14cbec6d6b4952ac9a2caecf3fa3cb81259b7c25
Author: Frank Karlitschek <frank at owncloud.org>
Date:   Wed Jan 22 09:28:41 2014 +0100

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

diff --git a/version.php b/version.php
index b2d4201..1f53f30 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, 15);
+$OC_Version=array(6, 00, 0, 16);
 
 // The human readable string
-$OC_VersionString='6.0.1 RC1';
+$OC_VersionString='6.0.1';
 
 // 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