Replace Version_nf (New Feature) by Version_xperim (Xperimental)

This commit is contained in:
Pairi Daiza 2020-09-26 09:52:55 +02:00
parent 49336d42de
commit 1f01cca8d6

View File

@ -1,6 +1,6 @@
@echo off
setlocal
set _VERPATCH_=nf
set _VERPATCH_=xperim
echo."%_VERPATCH_%">.\np3portableapp\_buildname.txt
Version -VerPatch "%_VERPATCH_%"
endlocal