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 2013/07/31 00:16:11 UTC

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

Author: marcus
Date: Tue Jul 30 22:16:11 2013
New Revision: 1508666

URL: http://svn.apache.org/r1508666
Log:
Added variables for older releases

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=1508666&r1=1508665&r2=1508666&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/globalvars.js (original)
+++ openoffice/ooo-site/trunk/content/download/globalvars.js Tue Jul 30 22:16:11 2013
@@ -16,6 +16,10 @@ var MILESTONE			= "AOO400m3";
 var BUILD			= "9702";
 var SVN_REV			= "r1503704";
 
+var OLDVERSION			= "3.4.1";
+var LEGACYVERSION		= "3.3.0";
+
+
 // Variables for the tables for the most recent stable release
 var PLATFORM			= new Array( "Win_x86", "Linux_x86_rpm", "Linux_x86_deb", "Linux_x86-64_rpm", "Linux_x86-64_deb", "MacOS_x86" );
 var FULL_LANG			= new Array( "ast","cs","de","el","en-GB","en-US","es","fi","fr","gd","gl","hu","it","ja","ko","nl","pt","pt-BR","ru","sk","sl","ta","zh-CN" );