/* This file is to maintain version information that can be used
   on all websites via Javascript when including this file.

   Instead of hard coded version data please use these variables.
   Example:

   Wrong:   "We are proud to announce the availability of our new
             OpenOffice.org 3.0.0 release."
   Correct: "We are proud to announce the availability of our new
             OpenOffice.org " + VERSION + "release."

   MIRROR should be "bouncer" or "mirrorbrain"
*/

// The most recent stable release
var VERSION        = "3.1.1";
var MIRROR         = "bouncer";

// The previously major release
var OLD_VERSION    = "2.4.3";
var OLD_MIRROR     = "mirrorbrain";

// The latest legacy release
var LEGACY_VERSION = "1.1.5";

// Data for the most recent Release Candidate
var RC_NAME        = "OOo 3.2.0 RC 1";
var RC_BUILD       = "3.2.0rc1_20091130";
var RC_VERSION     = "OOO320_m123";
var RC_MIRROR      = "bouncer";

// Data for the most recent Beta Release
var BETA_NAME      = "OOo 3.2.0 Beta 1";
var BETA_BUILD     = "OOO320_m123";
var BETA_VERSION   = "OOO320_m123";
var BETA_MIRROR    = "mirrorbrain";

// Data for the most recent Dev Builds from the respective codelines
var DEV1_TEXT      = "(codeline OOO320)";
var DEV1_BUILD     = "OOo-Dev 3.2.0";
var DEV1_VERSION   = "OOO320_m5";
var DEV1_MIRROR    = "mirrorbrain";

var DEVB_TEXT      = "(codeline OOO320)";
var DEVB_BUILD     = "OOo-Dev 3.2.0";
var DEVB_VERSION   = "OOO320_m2_3.2_beta";
var DEVB_MIRROR    = "mirrorbrain";

var DEV2_TEXT      = "(codeline DEV300)";
var DEV2_BUILD     = "OOo-Dev 3.x";
var DEV2_VERSION   = "DEV300_m65";
var DEV2_MIRROR    = "mirrorbrain";

// The test release for the mirror system
var TEST_VERSION   = "3.1.0";
var TEST_MIRROR    = "mirrorbrain";
