version bump

This commit is contained in:
chudov
2012-01-12 03:32:00 +00:00
parent d35f346c9e
commit 7572e50bd8
36 changed files with 157 additions and 156 deletions

View File

@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("2.1.2.0")]
[assembly: AssemblyFileVersion("2.1.2.0")]
[assembly: AssemblyVersion("2.1.4.0")]
[assembly: AssemblyFileVersion("2.1.4.0")]

View File

@@ -1211,7 +1211,7 @@ namespace CUETools.Ripper.SCSI
{
get
{
return "CUERipper v2.1.2 Copyright (C) 2008-10 Gregory S. Chudov";
return "CUERipper v2.1.4 Copyright (C) 2008-10 Gregory S. Chudov";
// ripper.GetName().Name + " " + ripper.GetName().Version;
}
}