Notepad3/Version_RC.cmd
Pairi Daiza 367a8bf796 MUI - Prepare for languages hu-HU and pt-BR
+ Add and Alphabetical sort of MUI contributors in Acknowledgments
+ Correct some Keyboard Shortcuts
2019-02-14 21:24:31 +01:00

7 lines
131 B
Batchfile

@echo off
setlocal
set _VERPATCH_=RC
echo."%_VERPATCH_%">.\np3portableapp\_buildname.txt
Version -VerPatch "%_VERPATCH_%"
endlocal