[Pkg-owncloud-commits] [owncloud] 110/131: adujust version to the stable8.1 branch
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 15:58:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v8.1.1
in repository owncloud.
commit e25a116aa657d3114a0ccc7c58ffb25485a51f27
Author: Bjoern Schiessle <schiessle at owncloud.com>
Date: Mon Jul 27 16:48:58 2015 +0200
adujust version to the stable8.1 branch
---
apps/files/appinfo/update.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/apps/files/appinfo/update.php b/apps/files/appinfo/update.php
index 2691c05..45e9719 100644
--- a/apps/files/appinfo/update.php
+++ b/apps/files/appinfo/update.php
@@ -57,8 +57,8 @@ if ($installedVersion === '1.1.9' && (
// 8.1.0.x
(((int) $ocVersion[0]) === 8 && ((int) $ocVersion[1]) === 1 && ((int) $ocVersion[2]) === 0)
||
- // < 8.2.0.3
- (((int) $ocVersion[0]) === 8 && ((int) $ocVersion[1]) === 2 && ((int) $ocVersion[2]) === 0 && ((int) $ocVersion[3]) < 3)
+ // < 8.1.1.1
+ (((int) $ocVersion[0]) === 8 && ((int) $ocVersion[1]) === 1 && ((int) $ocVersion[2]) === 1 && ((int) $ocVersion[3]) < 1)
)) {
// Encryption is not enabled
--
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