check.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)
New commits: commit 289ab6420a08cb32be436b21a6232e3ebdac57d4 Author: Petr Mladek <[email protected]> Date: Mon Jul 9 10:57:44 2012 +0200 Offer update to 3.6.0.0.beta3 diff --git a/check.php b/check.php index 401879b..6bfb01e 100644 --- a/check.php +++ b/check.php @@ -124,7 +124,8 @@ $update_versions = array( ################## # 3.6.0 versions '1f1cdd8-e28082e-41df8bf-b153627-a97a84' => 'LO-3.6-pre', # 3.6.0 Beta1 - #'f010139-41cc8cc-da4127d-d2bb4b0-f433b8' => 'LO-3.6-pre', # 3.6.0 Beta2 + 'f010139-41cc8cc-da4127d-d2bb4b0-f433b8' => 'LO-3.6-pre', # 3.6.0 Beta2 + #'3e2b862-dd05a58-d67668b-8ec3f67-dfb62d' => 'LO-3.6-pre', # 3.6.0 Beta3 ); # Descriptions of the target versions @@ -145,9 +146,9 @@ $update_map = array( # 'update_type' => 'text/html', # 'update_src' => 'http://www.libreoffice.org/download/pre-releases/'), - 'LO-3.6-pre' => array('gitid' => 'f010139-41cc8cc-da4127d-d2bb4b0-f433b8', - 'id' => 'LibreOffice 3.6.0 Beta2', - 'version' => '3.6.0 Beta2', + 'LO-3.6-pre' => array('gitid' => '3e2b862-dd05a58-d67668b-8ec3f67-dfb62d', + 'id' => 'LibreOffice 3.6.0 Beta3', + 'version' => '3.6.0 Beta3', 'update_type' => 'text/html', 'update_src' => 'http://www.libreoffice.org/download/pre-releases/'), ); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
