From: <dos...@us...> - 2013-05-18 19:30:29
|
Revision: 4567 http://sourceforge.net/p/mp-plugins/code/4567 Author: doskabouter Date: 2013-05-18 19:30:27 +0000 (Sat, 18 May 2013) Log Message: ----------- Fixed compatibility with 1.4.0 Modified Paths: -------------- trunk/plugins/BrowseTheWeb/Source/BrowseTheWeb/Properties/AssemblyInfo.cs Modified: trunk/plugins/BrowseTheWeb/Source/BrowseTheWeb/Properties/AssemblyInfo.cs =================================================================== --- trunk/plugins/BrowseTheWeb/Source/BrowseTheWeb/Properties/AssemblyInfo.cs 2013-04-30 19:59:48 UTC (rev 4566) +++ trunk/plugins/BrowseTheWeb/Source/BrowseTheWeb/Properties/AssemblyInfo.cs 2013-05-18 19:30:27 UTC (rev 4567) @@ -3,7 +3,7 @@ using System.Runtime.InteropServices; using MediaPortal.Common.Utils; -[assembly: CompatibleVersion("1.2.100.0", "1.1.7.0")] +[assembly: CompatibleVersion("1.3.100.0", "1.1.7.0")] [assembly: UsesSubsystem("MP.SkinEngine")] [assembly: UsesSubsystem("MP.Config")] [assembly: UsesSubsystem("MP.DB")] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |