Merge pull request #2904 from hpwamr/mui

Replace Version_nf (New Feature) by Version_xperim (Xperimental)
This commit is contained in:
Pairi Daiza 2020-09-26 09:53:24 +02:00 committed by GitHub
commit 41b8a12a63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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