[Libreoffice-commits] .: Branch 'update' - check.php
Jan Holesovsky
kendy at kemper.freedesktop.org
Sun Feb 5 16:56:58 PST 2012
check.php | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
New commits:
commit f024596f5b5059d47b8d8e4272552eb3880eb94b
Author: Jan Holesovsky <kendy at suse.cz>
Date: Mon Feb 6 01:53:29 2012 +0100
Offer update to 3.5.0 RC3.
diff --git a/check.php b/check.php
index d005188..2edad15 100644
--- a/check.php
+++ b/check.php
@@ -99,6 +99,8 @@ $update_versions = array(
'da8462e-760cc4d-f39cf3d-1b2857e-60db978' => 'LO-3.5', # 3.5.0 Beta2 (MacOSX)
'e40af8c-10029e3-615e522-88673a2-727f724' => 'LO-3.5', # 3.5.0 Beta3
'b6c8ba5-8c0b455-0b5e650-d7f0dd3-b100c87' => 'LO-3.5', # 3.5.0 RC1
+ 'e371a95-bf68a13-5a1aa2b-d3c1ae9-b938258' => 'LO-3.5', # 3.5.0 RC2
+ #'7e68ba2-a744ebf-1f241b7-c506db1-7d53735' => 'LO-3.5', # 3.5.0 RC3
);
# Descriptions of the target versions
@@ -106,9 +108,9 @@ $update_versions = array(
# 'gitid' is the content of program/versionrc:buildid of the newest version
# 'id' is what is going to be shown in the update information dialog
$update_map = array(
- 'LO-3.5' => array('gitid' => 'e371a95-bf68a13-5a1aa2b-d3c1ae9-b938258',
- 'id' => 'LibreOffice 3.5.0 RC2',
- 'version' => '3.5.0 RC2',
+ 'LO-3.5' => array('gitid' => '7e68ba2-a744ebf-1f241b7-c506db1-7d53735',
+ 'id' => 'LibreOffice 3.5.0 RC3',
+ 'version' => '3.5.0 RC3',
'update_type' => 'text/html',
'update_src' => 'http://www.libreoffice.org/download/pre-releases/')
);
More information about the Libreoffice-commits
mailing list