display build type in about page and release 8.0.6

This commit is contained in:
2022-08-22 22:17:54 +00:00
parent 5d8b0c1b6b
commit 51588eeed1
12 changed files with 20 additions and 20 deletions

View File

@@ -1482,7 +1482,7 @@ $BODY$ LANGUAGE PLPGSQL STABLE");
//////////////////////////////////////////////////
//
// 8.0.5 Subscription license trans keys
// 8.0.6 Subscription license trans keys
//
if (currentSchema < 5)
{

View File

@@ -5,7 +5,7 @@ namespace AyaNova.Util
/// </summary>
internal static class AyaNovaVersion
{
public const string VersionString = "8.0.5";
public const string VersionString = "8.0.6";
public const string FullNameAndVersion = "AyaNova server " + VersionString;
public const string CurrentApiVersion="v8";
}//eoc

View File

@@ -1,4 +1,4 @@
#define DEVELOPMENT_TEST_ROCKFISH
//#define DEVELOPMENT_TEST_ROCKFISH
using System;
using System.Text;
using System.Threading.Tasks;