[Pkg-owncloud-commits] [owncloud] 05/69: fix in $OC_VersionString

David Prévot taffit at moszumanska.debian.org
Wed Nov 11 02:03:57 UTC 2015


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

taffit pushed a commit to branch stable8
in repository owncloud.

commit af1077637deb814dc9f82a9c35117225247b9757
Author: C Montero-Luque <cml at owncloud.com>
Date:   Tue Nov 3 17:58:29 2015 -0500

    fix in $OC_VersionString
---
 version.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/version.php b/version.php
index 1af2073..31721fb 100644
--- a/version.php
+++ b/version.php
@@ -28,7 +28,7 @@
 $OC_Version = array(8, 2, 1, 0);
 
 // The human readable string
-$OC_VersionString = '8.2.1 SP1';
+$OC_VersionString = '8.2.1 RC1';
 
 $OC_VersionCanBeUpgradedFrom = array(8, 1);
 

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