From: <an...@us...> - 2008-04-04 09:23:27
|
Revision: 1597 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=1597&view=rev Author: and-81 Date: 2008-04-04 02:23:24 -0700 (Fri, 04 Apr 2008) Log Message: ----------- Modified Paths: -------------- trunk/plugins/MCEReplacement/MCEReplacement.cs trunk/plugins/MCEReplacement/Properties/AssemblyInfo.cs trunk/plugins/TelnetInterface/Properties/AssemblyInfo.cs Modified: trunk/plugins/MCEReplacement/MCEReplacement.cs =================================================================== --- trunk/plugins/MCEReplacement/MCEReplacement.cs 2008-04-04 09:02:48 UTC (rev 1596) +++ trunk/plugins/MCEReplacement/MCEReplacement.cs 2008-04-04 09:23:24 UTC (rev 1597) @@ -44,7 +44,7 @@ /// <summary> /// The plugin version string. /// </summary> - internal const string PluginVersion = "MCE Replacement Plugin 1.0.4.2 for MediaPortal 0.2.3.0"; + internal const string PluginVersion = "MCE Replacement Plugin 1.4.2.0 for MediaPortal 0.2.3.0"; /// <summary> /// The wParam for Message Mode Windows Messages. Modified: trunk/plugins/MCEReplacement/Properties/AssemblyInfo.cs =================================================================== --- trunk/plugins/MCEReplacement/Properties/AssemblyInfo.cs 2008-04-04 09:02:48 UTC (rev 1596) +++ trunk/plugins/MCEReplacement/Properties/AssemblyInfo.cs 2008-04-04 09:23:24 UTC (rev 1597) @@ -34,8 +34,8 @@ // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.4.2")] -[assembly: AssemblyFileVersionAttribute("1.0.4.2")] +[assembly: AssemblyVersion("1.4.2.0")] +[assembly: AssemblyFileVersionAttribute("1.4.2.0")] // // In order to sign your assembly you must specify a key to use. Refer to the Modified: trunk/plugins/TelnetInterface/Properties/AssemblyInfo.cs =================================================================== --- trunk/plugins/TelnetInterface/Properties/AssemblyInfo.cs 2008-04-04 09:02:48 UTC (rev 1596) +++ trunk/plugins/TelnetInterface/Properties/AssemblyInfo.cs 2008-04-04 09:23:24 UTC (rev 1597) @@ -31,5 +31,5 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.4.2")] -[assembly: AssemblyFileVersion("1.0.4.2")] +[assembly: AssemblyVersion("1.4.2.0")] +[assembly: AssemblyFileVersion("1.4.2.0")] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |