MUI - change Major version from 5 to 6.

This commit is contained in:
Pairi Daiza 2023-01-16 23:41:19 +01:00
parent bcc1b05e66
commit 6f69a6d715
No known key found for this signature in database
GPG Key ID: AC2515EF755AF96F
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%
:: --------------------------------------------------------------------------------------------------------------------