[Pkg-owncloud-commits] [owncloud] 02/55: increase internal version number once more
David Prévot
taffit at moszumanska.debian.org
Wed Apr 23 19:51:56 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v5.0.16RC1
in repository owncloud.
commit b66b10b806e24b46cff608213ce849b5ffddd696
Author: Frank Karlitschek <frank at owncloud.org>
Date: Mon Mar 3 15:01:11 2014 +0100
increase internal version number once more
---
lib/util.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/util.php b/lib/util.php
index 1c995f0..3f1be73 100755
--- a/lib/util.php
+++ b/lib/util.php
@@ -77,7 +77,7 @@ class OC_Util {
public static function getVersion() {
// hint: We only can count up. Reset minor/patchlevel when
// updating major/minor version number.
- return array(5, 00, 30);
+ return array(5, 00, 31);
}
/**
--
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