[Pkg-owncloud-commits] [owncloud] 54/111: increase version number to trigger a DB migration to get more testers for the new indexes.
David Prévot
taffit at moszumanska.debian.org
Wed Nov 20 21:38:41 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 16dce5191751e0e6b394fc5cc58690a77dc82870
Author: Frank Karlitschek <frank at owncloud.org>
Date: Fri Nov 15 10:30:04 2013 +0100
increase version number to trigger a DB migration to get more testers for the new indexes.
---
version.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/version.php b/version.php
index 85fea81..9b04bd2 100644
--- a/version.php
+++ b/version.php
@@ -1,7 +1,7 @@
<?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(6, 00, 0, 6);
+$OC_Version=array(6, 00, 0, 7);
// The human readable string
$OC_VersionString='6.0 beta 4';
--
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