[Libreoffice-commits] .: Branch 'libreoffice-4-0' - solenv/bin
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Jan 8 08:10:34 PST 2013
solenv/bin/modules/installer/windows/property.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 43c704aa24c48cd8b20049901d3d0bad20dd801a
Author: Andras Timar <atimar at suse.com>
Date: Tue Jan 8 17:06:46 2013 +0100
require .NET 4.0
Change-Id: Ia6e3acf563a9c04bf9a2ff5f3f755eb4e92e771c
diff --git a/solenv/bin/modules/installer/windows/property.pm b/solenv/bin/modules/installer/windows/property.pm
index 52f3e34..56f4ba5d 100644
--- a/solenv/bin/modules/installer/windows/property.pm
+++ b/solenv/bin/modules/installer/windows/property.pm
@@ -399,7 +399,7 @@ sub set_important_properties
}
# Setting .NET requirements
- push @{$propertyfile}, "REQUIRED_DOTNET_VERSION" . "\t" . "2.0.0.0" . "\n";
+ push @{$propertyfile}, "REQUIRED_DOTNET_VERSION" . "\t" . "4.0.0.0" . "\n";
push @{$propertyfile}, "DOTNET_SUFFICIENT" . "\t" . "1" . "\n"; # default value for found .NET
}
More information about the Libreoffice-commits
mailing list