Bump version.
This commit is contained in:
parent
d55e24e3be
commit
12e37c30a2
@ -21,8 +21,8 @@
|
||||
|
||||
#define VER_X264_MAJOR 2
|
||||
#define VER_X264_MINOR 0
|
||||
#define VER_X264_PATCH 3
|
||||
#define VER_X264_BUILD 294
|
||||
#define VER_X264_PATCH 4
|
||||
#define VER_X264_BUILD 295
|
||||
|
||||
#define VER_X264_MINIMUM_REV 2164
|
||||
#define VER_X264_CURRENT_API 122
|
||||
|
@ -150,6 +150,9 @@ echo !include `%~dp0\etc\finalization.nsh` >> "%NSI_FILE%"
|
||||
echo !include `%~dp0\etc\version.nsh` >> "%NSI_FILE%"
|
||||
echo !insertmacro X264_VERSIONINFO `%ISO_DATE%` `%ISO_TIME%` `%BUILD_NO%` >> "%NSI_FILE%"
|
||||
echo !insertmacro SECTION_BEGIN >> "%NSI_FILE%"
|
||||
echo Delete `$INSTDIR\*.exe` >> "%NSI_FILE%"
|
||||
echo Delete `$INSTDIR\*.dll` >> "%NSI_FILE%"
|
||||
echo Delete `$INSTDIR\toolset\*.exe` >> "%NSI_FILE%"
|
||||
echo File /a /r `%PACK_PATH%\*.exe` >> "%NSI_FILE%"
|
||||
echo File /a /r `%PACK_PATH%\*.dll` >> "%NSI_FILE%"
|
||||
echo File /a /r `%PACK_PATH%\*.txt` >> "%NSI_FILE%"
|
||||
|
Loading…
Reference in New Issue
Block a user