This commit is contained in:
2020-05-11 22:23:12 +00:00
parent c11ff167a8
commit d0f0e3911e
2 changed files with 2 additions and 1 deletions

View File

@@ -123,6 +123,7 @@ namespace AyaNova.PlugIn.V8
public void CommandSelectedForSingleObject(string commandKey, RootObjectTypes objectType, object ayaNovaObject) public void CommandSelectedForSingleObject(string commandKey, RootObjectTypes objectType, object ayaNovaObject)
{ {
util.PRE_RELEASE_VERSION_STRING = "Pre-release test "+ this.PluginVersion;
if (!User.CurrentUserIsAnAdministrator) if (!User.CurrentUserIsAnAdministrator)
{ {

View File

@@ -16,7 +16,7 @@ namespace AyaNova.PlugIn.V8
{ {
class util class util
{ {
public const string PRE_RELEASE_VERSION_STRING = "pre-release 7.6-alpha"; public static string PRE_RELEASE_VERSION_STRING {get;set;}
public static GZTW.AyaNova.BLL.LocalizedTextTable LocaleText = null; public static GZTW.AyaNova.BLL.LocalizedTextTable LocaleText = null;
const string TEST_ROUTE = "ServerInfo"; const string TEST_ROUTE = "ServerInfo";