You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2014/09/16 23:27:43 UTC

svn commit: r922449 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/globalvars.js

Author: buildbot
Date: Tue Sep 16 21:27:42 2014
New Revision: 922449

Log:
Staging update by buildbot for ooo-site

Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/download/globalvars.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Sep 16 21:27:42 2014
@@ -1 +1 @@
-1625393
+1625398

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Sep 16 21:27:42 2014
@@ -1 +1 @@
-1625393
+1625398

Modified: websites/staging/ooo-site/trunk/content/download/globalvars.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/globalvars.js (original)
+++ websites/staging/ooo-site/trunk/content/download/globalvars.js Tue Sep 16 21:27:42 2014
@@ -8,10 +8,10 @@
  * VERSION: Set the release version (e.g., "4.1.0") that is currently on the mirrors.
  */
 
-// Stable release: Object that contains all following variables.
+// Stable release: Object that contains all following properties.
 var DL = new Object();
-//verify this section
-// Stable release: General variables.
+
+// Stable release: General properties.
 DL.VERSION			= "4.1.1";		// Release version in full format "x.y.z".
 DL.VERSION_SHORT		= DL.VERSION;		// Release version in short format "x.y".
 DL.MILESTONE			= "AOO411m6";		// Milestone ID (from AOO build system).
@@ -114,10 +114,10 @@ DL.REL_SDK_LANG			= [ "en-US" ]
 // The maximal number of available languages in "download_other.js".
 DL.LANG_MAX			= 133;
 
-// Stable release: Object that contains all general variables.
+// Beta release: Object that contains all general properties.
 var DL_BETA = new Object();
 
-// Beta Release: General variables.
+// Beta Release: General properties.
 DL_BETA.VERSION			= "4.1.0-beta";
 DL_BETA.NAME			= "4.1.0 Beta";
 DL_BETA.MILESTONE		= "AOO410m14";