change sunbird version number to 0.3a2. patch by lilmatt

This commit is contained in:
mvl%exedo.nl 2006-04-27 20:51:35 +00:00
parent f952f6ded0
commit 9e7dcedf3d
4 changed files with 5 additions and 5 deletions

View File

@ -502,7 +502,7 @@ if(verifyDiskSpace(fProgram, srDest))
logComment("performInstall() returned: " + err);
if (! ('buildID' in Install))
{
logComment("Running Pre-Mozilla 0.3a1+");
logComment("Running Pre-Mozilla 0.3a2");
initInstall("Post-install Cleanup Utility", "Calendar/xpicleanup", "$Version$");
cleanupUtility = getFolder(fProgram, "xpicleanup.exe");
err = File.execute(cleanupUtility);

View File

@ -3,7 +3,7 @@ NameCompany = Mozilla
NameProduct = Mozilla Sunbird
NameProductInternal = Mozilla Sunbird
ShortNameProduct = Sunbird
VersionProduct = 0.3a1+
VersionProduct = 0.3a2
FileInstallerEXE = SunbirdSetup.exe
FileMainEXE = sunbird.exe
FileUninstall = UninstallSunbird.exe

View File

@ -1,7 +1,7 @@
WIN32_MODULE_COMPANYNAME=Mozilla
WIN32_MODULE_COPYRIGHT=©Sunbird and Mozilla Developers, according to the MPL 1.1/GPL 2.0/LGPL 2.1 licenses, as applicable.
WIN32_MODULE_FILEVERSION=0,2,8,1
WIN32_MODULE_FILEVERSION_STRING=0.3a1+
WIN32_MODULE_FILEVERSION=0,2,8,2
WIN32_MODULE_FILEVERSION_STRING=0.3a2
WIN32_MODULE_TRADEMARKS=Blah
WIN32_MODULE_DESCRIPTION=Sunbird
WIN32_MODULE_PRODUCTNAME=Sunbird

View File

@ -1 +1 @@
0.3a1+
0.3a2