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 2016/10/12 18:48:35 UTC

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

Author: marcus
Date: Wed Oct 12 18:48:35 2016
New Revision: 1764500

URL: http://svn.apache.org/viewvc?rev=1764500&view=rev
Log:
Changes for the AOO 4.1.3 release to the download scripting logic

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=1764500&r1=1764499&r2=1764500&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/globalvars.js (original)
+++ openoffice/ooo-site/trunk/content/download/globalvars.js Wed Oct 12 18:48:35 2016
@@ -12,13 +12,13 @@
 var DL = new Object();
 
 // Stable release: General properties.
-DL.VERSION			= "4.1.2";		// Release version in full format "x.y.z".
+DL.VERSION			= "4.1.3";		// Release version in full format "x.y.z".
 DL.VERSION_SHORT		= DL.VERSION;		// Release version in short format "x.y".
-DL.MILESTONE			= "AOO412m3";		// Milestone ID (from AOO build system).
-DL.BUILD			= "9782";		// Build ID (from AOO build system).
-DL.SVN_REV			= "r1709699";		// SVN revision.
-DL.REL_DATE			= "2015-Oct-28";	// Date of the public announced release.
-DL.PREV_VERSION			= "4.1.1";		// Release of the previous version.
+DL.MILESTONE			= "AOO413m1";		// Milestone ID (from AOO build system).
+DL.BUILD			= "9783";		// Build ID (from AOO build system).
+DL.SVN_REV			= "r1761381";		// SVN revision.
+DL.REL_DATE			= "2016-Oct-12";	// Date of the public announced release.
+DL.PREV_VERSION			= "4.1.2";		// Release of the previous version.
 DL.OLDVERSION			= "3.4.1";		// Old version (last stable release of 3.x series).
 DL.LEGACYVERSION		= "3.3.0";		// Old legacy version (last stable none-Apache release).
 
@@ -85,7 +85,8 @@ DL.SEL_LANG			= [ "ast",    "Asturian",
 
 // Data for the <select> element "ver".
 				    // Value  Visible text
-DL.SEL_VER			= [ "4.1.2",  "4.1.2",
+DL.SEL_VER			= [ "4.1.3",  "4.1.3",
+				    "4.1.2",  "4.1.2",
 				    "4.1.1",  "4.1.1",
 				    "4.1.0",  "4.1.0",
 				    "4.0.1",  "4.0.1",