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

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