This commit is contained in:
chudov
2008-12-07 23:59:48 +00:00
parent 6d69df61ae
commit 1c5111636a
3 changed files with 8 additions and 12 deletions

View File

@@ -5,12 +5,12 @@ 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("CUETools.Ripper.Console")]
[assembly: AssemblyTitle("CUETools.ConsoleRipper")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("CUETools.Ripper.Console")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2008")]
[assembly: AssemblyProduct("CUETools.ConsoleRipper")]
[assembly: AssemblyCopyright("Copyright © Gregory S. Chudov 2008")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.9.3.0")]
[assembly: AssemblyFileVersion("1.9.3.0")]