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

svn commit: r1625398 - /openoffice/ooo-site/trunk/content/download/globalvars.js

Author: marcus
Date: Tue Sep 16 21:26:08 2014
New Revision: 1625398

URL: http://svn.apache.org/r1625398
Log:
Updated comments

Modified:
    openoffice/ooo-site/trunk/content/download/globalvars.js

Modified: openoffice/ooo-site/trunk/content/download/globalvars.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/globalvars.js?rev=1625398&r1=1625397&r2=1625398&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/globalvars.js (original)
+++ openoffice/ooo-site/trunk/content/download/globalvars.js Tue Sep 16 21:26:08 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";