[Pkg-owncloud-commits] [owncloud] 02/05: Imported Upstream version 7.0.13~dfsg

David Prévot taffit at moszumanska.debian.org
Sat Mar 12 18:08:54 UTC 2016


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

taffit pushed a commit to branch master
in repository owncloud.

commit 8dbb536b0c680e6f7fc4c127c21f71ec4ebf56c1
Merge: eb5e3b8 84b831b
Author: David Prévot <taffit at debian.org>
Date:   Sat Mar 12 13:48:34 2016 -0400

    Imported Upstream version 7.0.13~dfsg

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

diff --cc version.php
index 90d22a3,be30715..6490d58
--- 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, 13, 2);
 -
 -// The human readable string
 -$OC_VersionString='7.0.13';
 -
 -// The ownCloud edition
 -$OC_Edition='';
 -
 -// The ownCloud channel
 -$OC_Channel='git';
 -
 -// The build number
 -$OC_Build='';
 -
 +<?php 
- $OC_Version = array(7,0,13,1);
- $OC_VersionString = '7.0.13 RC2';
++$OC_Version = array(7,0,13,2);
++$OC_VersionString = '7.0.13';
 +$OC_Edition = '';
- $OC_Channel = 'testing';
- $OC_Build = '2016-03-05T02:56:07+00:00 392696998b5c50c9e84d27579b69c84425a57b0e';
++$OC_Channel = 'stable';
++$OC_Build = '2016-03-08T15:14:33+00:00 84b831b0fefe3edee4af92624b7a72b8087e4b75';

-- 
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