From e8cb99bc82492bef49b696d5f77302897df800df Mon Sep 17 00:00:00 2001 From: "METANEOCORTEX\\Kotti" Date: Fri, 25 Nov 2022 20:38:33 +0100 Subject: [PATCH] master contains current beta development, freeze branch for RC and Release --- Version_rc.cmd | 7 ------- Version_rel.cmd | 7 ------- 2 files changed, 14 deletions(-) delete mode 100644 Version_rc.cmd delete mode 100644 Version_rel.cmd diff --git a/Version_rc.cmd b/Version_rc.cmd deleted file mode 100644 index 3645b2f77..000000000 --- a/Version_rc.cmd +++ /dev/null @@ -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 diff --git a/Version_rel.cmd b/Version_rel.cmd deleted file mode 100644 index b9c2d8b15..000000000 --- a/Version_rel.cmd +++ /dev/null @@ -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