master contains current beta development, freeze branch for RC and Release

This commit is contained in:
METANEOCORTEX\Kotti 2022-11-25 20:38:33 +01:00
parent f66dc50b5a
commit e8cb99bc82
2 changed files with 0 additions and 14 deletions

View File

@ -1,7 +0,0 @@
:: Batch file for RELEASE CANDIDATE version
@echo off
setlocal
set _VERPATCH_=rc
echo."_%_VERPATCH_%">.\np3portableapp\_buildname.txt
Version -VerPatch "%_VERPATCH_%"
endlocal

View File

@ -1,7 +0,0 @@
:: Batch file for RELEASE version (without the separator "_" before ".paf" in Notepad3Portable)
@echo off
setlocal
set _VERPATCH_=
echo."%_VERPATCH_%">.\np3portableapp\_buildname.txt
Version -VerPatch "%_VERPATCH_%"
endlocal