summaryrefslogtreecommitdiff
path: root/solenv/bin/modules/installer/windows/upgrade.pm
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-02-19 12:50:59 +0000
committerRüdiger Timm <rt@openoffice.org>2007-02-19 12:50:59 +0000
commite78dcb857c1d876bf6c654b29cc907c60cf0c2bb (patch)
tree2eb5a64a3c1688c5f11d6670e32676fffaa352ec /solenv/bin/modules/installer/windows/upgrade.pm
parente36b2a2efb36da616b99f169388dff548be351f3 (diff)
INTEGRATION: CWS native77 (1.9.434); FILE MERGED
2007/01/22 17:26:59 is 1.9.434.1: #i72363# no more error in ice checks on msi database
Diffstat (limited to 'solenv/bin/modules/installer/windows/upgrade.pm')
-rw-r--r--solenv/bin/modules/installer/windows/upgrade.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/bin/modules/installer/windows/upgrade.pm b/solenv/bin/modules/installer/windows/upgrade.pm
index 64be96a0c499..65bc2e26bcf5 100644
--- a/solenv/bin/modules/installer/windows/upgrade.pm
+++ b/solenv/bin/modules/installer/windows/upgrade.pm
@@ -4,9 +4,9 @@
#
# $RCSfile: upgrade.pm,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: kz $ $Date: 2006-01-06 11:18:10 $
+# last change: $Author: rt $ $Date: 2007-02-19 13:50:59 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -96,7 +96,7 @@ sub create_upgrade_table
if ( $allvariableshashref->{'BETAUPGRADECODE'} )
{
- $newline = $allvariableshashref->{'BETAUPGRADECODE'} . "\t" . "\t" . "\t" . "\t" . "1" . "\t" . "\t" . "BETAPRODUCTS" . "\n";
+ $newline = $allvariableshashref->{'BETAUPGRADECODE'} . "\t" . "1.0" . "\t" . "\t" . "\t" . "1" . "\t" . "\t" . "BETAPRODUCTS" . "\n";
push(@upgradetable, $newline);
}
}