From e74d33e7eaf4c4345c83bd3b19fd2739637e865d Mon Sep 17 00:00:00 2001 From: "psychoticwolf%carolina.rr.com" Date: Wed, 15 Dec 2004 01:33:23 +0000 Subject: [PATCH] Bump Tbird Internal Version to 1.0 git-svn-id: svn://10.0.0.236/branches/update_0_9_branch@166733 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/update/extensions/index.php | 4 ++-- mozilla/webtools/update/index.php | 4 ++-- mozilla/webtools/update/themes/index.php | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mozilla/webtools/update/extensions/index.php b/mozilla/webtools/update/extensions/index.php index 0406e33a996..024b08318dc 100644 --- a/mozilla/webtools/update/extensions/index.php +++ b/mozilla/webtools/update/extensions/index.php @@ -109,8 +109,8 @@ echo"$body
\n"; "1.0", "thunderbird"=>"0.9", "mozilla"=>"1.7"); -$currentver_display_array = array("firefox"=>"1.0", "thunderbird"=>"0.9", "mozilla"=>"1.7.x"); +$currentver_array = array("firefox"=>"1.0", "thunderbird"=>"1.0", "mozilla"=>"1.7"); +$currentver_display_array = array("firefox"=>"1.0", "thunderbird"=>"1.0", "mozilla"=>"1.7.x"); $currentver = $currentver_array[$application]; $currentver_display = $currentver_display_array[$application]; ?> diff --git a/mozilla/webtools/update/index.php b/mozilla/webtools/update/index.php index 5b3c2fcfe02..034e127bc4b 100644 --- a/mozilla/webtools/update/index.php +++ b/mozilla/webtools/update/index.php @@ -72,8 +72,8 @@ if ($_GET["application"]) {$application=$_GET["application"]; } ?> "1.0", "thunderbird"=>"0.9", "mozilla"=>"1.7"); -$currentver_display_array = array("firefox"=>"1.0", "thunderbird"=>"0.9", "mozilla"=>"1.7.x"); +$currentver_array = array("firefox"=>"1.0", "thunderbird"=>"1.0", "mozilla"=>"1.7"); +$currentver_display_array = array("firefox"=>"1.0", "thunderbird"=>"1.0", "mozilla"=>"1.7.x"); $currentver = $currentver_array[$application]; $currentver_display = $currentver_display_array[$application]; ?> diff --git a/mozilla/webtools/update/themes/index.php b/mozilla/webtools/update/themes/index.php index 11f95e9f71e..85985180447 100644 --- a/mozilla/webtools/update/themes/index.php +++ b/mozilla/webtools/update/themes/index.php @@ -108,8 +108,8 @@ echo"$body
\n"; "1.0", "thunderbird"=>"0.9", "mozilla"=>"1.7"); -$currentver_display_array = array("firefox"=>"1.0", "thunderbird"=>"0.9", "mozilla"=>"1.7.x"); +$currentver_array = array("firefox"=>"1.0", "thunderbird"=>"1.0", "mozilla"=>"1.7"); +$currentver_display_array = array("firefox"=>"1.0", "thunderbird"=>"1.0", "mozilla"=>"1.7.x"); $currentver = $currentver_array[$application]; $currentver_display = $currentver_display_array[$application]; ?>