Merge pull request #4483 from hpwamr/Mui_Beta

MUI - change Major version from 5 to 6.
This commit is contained in:
Pairi Daiza 2023-01-16 23:41:47 +01:00 committed by GitHub
commit 89a43b97ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ function DebugOutput($msg)
try
{
$AppName = "Notepad3"
$Major = 5
$Major = 6
$Minor = [int]$(Get-Date -format yy)
$Revis = [int]$(Get-Date -format Mdd)
$Build = [int](Get-Content "Versions\build.txt")

View File

@ -19,7 +19,7 @@ if [%LZ%]==[0] set "MM=%MM:~1,1%"
set BUILD=0
call :GETBUILD "%~1"
set VERSHOULD=5.%YY%.%MM%%DD%.%BUILD%
set VERSHOULD=6.%YY%.%MM%%DD%.%BUILD%
:: --------------------------------------------------------------------------------------------------------------------