Increment version number to 2.1.5

This commit is contained in:
Grigory Chudov
2013-04-12 23:01:20 -04:00
parent 1fe7d96ba4
commit 769949f178
36 changed files with 69 additions and 69 deletions

View File

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

View File

@@ -1,6 +1,6 @@
CUE Tools
Copyright (C) 2006-2007 Moitah (moitah@yahoo.com)
Copyright (C) 2008-2010 Gregory S. Chudov (gchudov@gmail.com)
Copyright (C) 2008-2013 Gregory S. Chudov (gchudov@gmail.com)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

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.4.0")]
[assembly: AssemblyFileVersion("2.1.4.0")]
[assembly: AssemblyVersion("2.1.5.0")]
[assembly: AssemblyFileVersion("2.1.5.0")]