mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Bump version to 2.1.9
- Substitute occurrences of "2.1.8" with "2.1.9" using: git grep -I -l -e '2\.1\.8' | xargs \ sed -b -i -e 's/2\.1\.8/2\.1\.9/g'
This commit is contained in:
@@ -46,7 +46,7 @@ namespace MetadataPlugIn
|
||||
TOC[1][0].Start = 0U;
|
||||
|
||||
var ctdb = new CUEToolsDB(TOC, null);
|
||||
var form = new CUETools.CTDB.EACPlugin.FormMetadata(ctdb, "EAC" + data.HostVersion + " CTDB 2.1.8", cdinfo, cover);
|
||||
var form = new CUETools.CTDB.EACPlugin.FormMetadata(ctdb, "EAC" + data.HostVersion + " CTDB 2.1.9", cdinfo, cover);
|
||||
form.ShowDialog();
|
||||
var meta = form.Meta;
|
||||
if (meta == null)
|
||||
@@ -186,7 +186,7 @@ namespace MetadataPlugIn
|
||||
|
||||
public string GetPluginName()
|
||||
{
|
||||
return "CUETools DB Metadata Plugin V2.1.8";
|
||||
return "CUETools DB Metadata Plugin V2.1.9";
|
||||
}
|
||||
|
||||
public void ShowOptions()
|
||||
|
||||
Reference in New Issue
Block a user