mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Increment version number to 2.1.5
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user