mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
MUI - change Major version from 5 to 6.
This commit is contained in:
parent
bcc1b05e66
commit
6f69a6d715
@ -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")
|
||||
|
||||
@ -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%
|
||||
|
||||
:: --------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user