This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
### Bump version numbers:
|
### 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
|
webapp,server,launcher, v8migrate
|
||||||
|
|
||||||
Client end ayanova-version.js,
|
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
|
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
|
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
|
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)
|
(note: will not copy folders so ok to use)
|
||||||
|
|
||||||
|
|||||||
2
dist/install/windows/x64/lan.iss
vendored
2
dist/install/windows/x64/lan.iss
vendored
@@ -1,7 +1,7 @@
|
|||||||
; LAN install for internal network use only
|
; LAN install for internal network use only
|
||||||
|
|
||||||
#define MyAppName "AyaNova server"
|
#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 MyAppPublisher "Ground Zero Tech-Works, Inc."
|
||||||
#define MyAppURL "https://ayanova.com/"
|
#define MyAppURL "https://ayanova.com/"
|
||||||
#define MyAppLauncherExeName "ayanova-launcher.exe"
|
#define MyAppLauncherExeName "ayanova-launcher.exe"
|
||||||
|
|||||||
2
dist/install/windows/x64/standalone.iss
vendored
2
dist/install/windows/x64/standalone.iss
vendored
@@ -3,7 +3,7 @@
|
|||||||
; external to lan requires different config
|
; external to lan requires different config
|
||||||
|
|
||||||
#define MyAppName "AyaNova"
|
#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 MyAppPublisher "Ground Zero Tech-Works, Inc."
|
||||||
#define MyAppURL "https://ayanova.com/"
|
#define MyAppURL "https://ayanova.com/"
|
||||||
#define MyAppLauncherExeName "ayanova-launcher.exe"
|
#define MyAppLauncherExeName "ayanova-launcher.exe"
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ namespace AyaNova.Util
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
internal static class AyaNovaVersion
|
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 FullNameAndVersion = "AyaNova server " + VersionString;
|
||||||
public const string CurrentApiVersion="v8";
|
public const string CurrentApiVersion="v8";
|
||||||
}//eoc
|
}//eoc
|
||||||
|
|||||||
Reference in New Issue
Block a user