Notepad3/Version_RC.cmd
Rainer Kottenhoff c447bef832 + chg: do not DPI scale tool bar images
+ fix: use preferred/available language for common controls (customize toolbar, etc.)
2020-03-07 13:07:41 +01:00

7 lines
132 B
Batchfile

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