[Pkg-owncloud-commits] [owncloud] 09/14: Imported Upstream version 7.0.0+dfsg
David Prévot
taffit at moszumanska.debian.org
Wed Jul 23 16:23:08 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 c6909ccabe93665cde7c458d5dea42bf339cee08
Merge: 13acd2b c7d7ca4
Author: David Prévot <taffit at debian.org>
Date: Wed Jul 23 11:16:38 2014 -0400
Imported Upstream version 7.0.0+dfsg
lib/base.php | 44 +++++++++++++++++-----------------
lib/private/connector/sabre/server.php | 31 ++++++++++++++++++++++++
version.php | 6 ++---
3 files changed, 56 insertions(+), 25 deletions(-)
diff --cc version.php
index d4fd24f,33c5d68..0358df3
--- a/version.php
+++ b/version.php
@@@ -1,6 -1,19 +1,6 @@@
-<?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(7, 0, 0, 8);
-
-// The human readable string
-$OC_VersionString='7.0.0';
-
-// The ownCloud edition
-$OC_Edition='';
-
-// The ownCloud channel
-$OC_Channel='git';
-
-// The build number
-$OC_Build='';
-
+<?php
- $OC_Version = array(7,0,0,7);
++$OC_Version = array(7,0,0,8);
+$OC_VersionString = '7.0.0';
+$OC_Edition = '';
- $OC_Channel = 'daily';
- $OC_Build = '2014-07-22T03:13:04+00:00';
++$OC_Channel = 'stable';
++$OC_Build = '2014-07-22T20:02:34+00:00';
--
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