dictionaries | 2 +- helpcontent2 | 2 +- solenv/bin/modules/installer/windows/property.pm | 2 +- translations | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-)
New commits: commit 9dc3ee9a68749bb30536dbe767384d59827dee3d Author: Andras Timar <[email protected]> Date: Tue Jan 8 16:38:13 2013 +0100 require .NET 4.0 Change-Id: Ida269499d91b4bdc16fe0ed91f202ddeefa4aadd diff --git a/dictionaries b/dictionaries index d047a0f..7e895dc 160000 --- a/dictionaries +++ b/dictionaries @@ -1 +1 @@ -Subproject commit d047a0fa0746ce527720d15a36907e52dc67bf47 +Subproject commit 7e895dc439c87d229b7396076fdd8945b3b51f3f diff --git a/helpcontent2 b/helpcontent2 index d5d84f0..d9d28eb 160000 --- a/helpcontent2 +++ b/helpcontent2 @@ -1 +1 @@ -Subproject commit d5d84f0ec4584e32147eeab355d0ab73e7dd9172 +Subproject commit d9d28ebb575e96e742d6590a28dd59c62b89dc4e 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 } diff --git a/translations b/translations index e5f69f7..85f724f 160000 --- a/translations +++ b/translations @@ -1 +1 @@ -Subproject commit e5f69f7b241f21f0b85f7a62ccff9de841875828 +Subproject commit 85f724f5aa1d6a59662a7d1c7ea406a641814bd2 _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
