[Pkg-owncloud-commits] [owncloud] 208/215: 8.1 alpha 3
David Prévot
taffit at moszumanska.debian.org
Tue May 5 01:01:52 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 55b2570f64ccac3cb050fd469eca6dffe4449be1
Author: Frank Karlitschek <frank at owncloud.org>
Date: Sun May 3 19:04:41 2015 -0400
8.1 alpha 3
---
version.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/version.php b/version.php
index 9b61256..1b7105b 100644
--- a/version.php
+++ b/version.php
@@ -23,10 +23,10 @@
// 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(8, 1, 0, 3);
+$OC_Version=array(8, 1, 0, 4);
// The human readable string
-$OC_VersionString='8.1 alpha 2';
+$OC_VersionString='8.1 alpha 3';
// The ownCloud channel
$OC_Channel='git';
--
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