--- trunk/TSControlPanel/Properties/AssemblyInfo.cs 2012/07/11 14:19:13 4 +++ trunk/TSControlPanel/Properties/AssemblyInfo.cs 2012/07/11 16:06:57 12 @@ -5,11 +5,11 @@ using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("AnywhereTS Control Panel")] +[assembly: AssemblyTitle("AnywhereTS-MSSQL Control Panel")] [assembly: AssemblyDescription("Enables users to change thin client settings")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("AnywhereTS")] -[assembly: AssemblyProduct("AnywhereTS")] +[assembly: AssemblyProduct("AnywhereTS-MSSQL")] [assembly: AssemblyCopyright("Qzone")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -29,5 +29,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("4.0.0.0")] -[assembly: AssemblyFileVersion("4.0.0.0")] +[assembly: AssemblyVersion("4.0.0.1")] +[assembly: AssemblyFileVersion("4.0.0.1")] |