change the trunk windows installer version to 0.9.4+, so trunk nightlies

don't over-write installed 0.9.4 installations. bug 98615, r=ssu, sr=mscott
This commit is contained in:
leaf%mozilla.org 2001-09-11 00:33:23 +00:00
Родитель c0df962e84
Коммит 044f7cbb7d
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -69,9 +69,9 @@ $seuFileNameSpecific = "MozillaUninstall.exe";
$seuzFileNameSpecific = "mozillauninstall.zip";
# set environment vars for use by other .pl scripts called from this script.
$ENV{WIZ_userAgent} = "0.9.4 (en)"; # ie: "0.9 (en)"
$ENV{WIZ_userAgentShort} = "0.9.4"; # ie: "0.9"
$ENV{WIZ_xpinstallVersion} = "0.9.4"; # ie: "0.9.0"
$ENV{WIZ_userAgent} = "0.9.4+ (en)"; # ie: "0.9 (en)"
$ENV{WIZ_userAgentShort} = "0.9.4+"; # ie: "0.9"
$ENV{WIZ_xpinstallVersion} = "0.9.4+"; # ie: "0.9.0"
$ENV{WIZ_nameCompany} = "mozilla.org";
$ENV{WIZ_nameProduct} = "Mozilla";
$ENV{WIZ_fileMainExe} = "Mozilla.exe";