diff --git a/Version.ps1 b/Version.ps1 index 53ad9b517..b8be52273 100644 --- a/Version.ps1 +++ b/Version.ps1 @@ -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") diff --git a/test/TestFileVersion.cmd b/test/TestFileVersion.cmd index 9553c7f99..f4058a761 100644 --- a/test/TestFileVersion.cmd +++ b/test/TestFileVersion.cmd @@ -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% :: --------------------------------------------------------------------------------------------------------------------