This commit is contained in:
2021-12-28 20:21:42 +00:00
parent 033549dec1
commit 9f51847c96
5 changed files with 6 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
### Bump version numbers:
Search and replace 8.0.0-beta.0.7
Search and replace 8.0.0-beta.0.8
webapp,server,launcher, v8migrate
Client end ayanova-version.js,
@@ -74,6 +74,7 @@ Clean out the previous previous download from the previous folder
NOTE: if this is the final major release then it should go in the applicable download folder
Move the existing downloads to the previous folder
NOTE: This changes the date and time of the files, probably should be a MOVE command instead of a copy? Not sure will need to experiment
root@ubuntu-s-1vcpu-1gb-amd-sfo3-01:/var/www/html/ayanova.com/download# cp * ./previous
(note: will not copy folders so ok to use)

View File

@@ -1,7 +1,7 @@
; LAN install for internal network use only
#define MyAppName "AyaNova server"
#define MyAppVersion "8.0.0-beta.0.7"
#define MyAppVersion "8.0.0-beta.0.8"
#define MyAppPublisher "Ground Zero Tech-Works, Inc."
#define MyAppURL "https://ayanova.com/"
#define MyAppLauncherExeName "ayanova-launcher.exe"

View File

@@ -3,7 +3,7 @@
; external to lan requires different config
#define MyAppName "AyaNova"
#define MyAppVersion "8.0.0-beta.0.7"
#define MyAppVersion "8.0.0-beta.0.8"
#define MyAppPublisher "Ground Zero Tech-Works, Inc."
#define MyAppURL "https://ayanova.com/"
#define MyAppLauncherExeName "ayanova-launcher.exe"

View File

@@ -18,4 +18,4 @@ Or check out our support forum [forum.ayanova.com](http://forum.ayanova.com/)
---
Documentation version: 8.0.0-beta.0.7, Copyright © 2021 Ground Zero Tech-Works Inc.
Documentation version: 8.0.0-beta.0.8, Copyright © 2021 Ground Zero Tech-Works Inc.

View File

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