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

@@ -23,7 +23,7 @@ namespace CUETools.Processor
{
#region Fields
public readonly static string CUEToolsVersion = "2.1.2a";
public readonly static string CUEToolsVersion = "2.1.4";
private bool _stop, _pause;
private List<CUELine> _attributes;

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")]