Version bump to 2.1.6

This commit is contained in:
Grigory Chudov
2014-12-08 23:35:43 -05:00
parent 80615c01fe
commit 6e6198defb
34 changed files with 66 additions and 65 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.5.0")]
[assembly: AssemblyFileVersion("2.1.5.0")]
[assembly: AssemblyVersion("2.1.6.0")]
[assembly: AssemblyFileVersion("2.1.6.0")]

View File

@@ -1257,7 +1257,7 @@ namespace CUETools.Ripper.SCSI
{
get
{
return "CUERipper v2.1.5 Copyright (C) 2008-13 Grigory Chudov";
return "CUERipper v2.1.6 Copyright (C) 2008-13 Grigory Chudov";
// ripper.GetName().Name + " " + ripper.GetName().Version;
}
}