Bump version number for prep for new release, everything is 7.6 now with no patch
This commit is contained in:
@@ -30,7 +30,7 @@ namespace AyaNova.PlugIn.ClientRemover
|
||||
|
||||
public string PluginVersion
|
||||
{
|
||||
get { return "7.5"; }
|
||||
get { return "7.6"; }
|
||||
}
|
||||
|
||||
public string About
|
||||
@@ -68,13 +68,13 @@ namespace AyaNova.PlugIn.ClientRemover
|
||||
{
|
||||
if (AyaNovaVersion.Major < 7)
|
||||
{
|
||||
MessageBox.Show("This ClientRemover plugin requires AyaNova version 7.5 or newer");
|
||||
MessageBox.Show("This ClientRemover plugin requires AyaNova version 7.6 or newer");
|
||||
return false;
|
||||
}
|
||||
|
||||
if (AyaNovaVersion.Minor < 5)
|
||||
if (AyaNovaVersion.Minor < 6)
|
||||
{
|
||||
MessageBox.Show("This ClientRemover plugin requires AyaNova version 7.5 or newer");
|
||||
MessageBox.Show("This ClientRemover plugin requires AyaNova version 7.6 or newer");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user