Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 573c40e

Browse files
EwoutHintelmark
authored andcommitted
Update SVT_HEVC_VERSION_PATCHLEVEL to 1 for 1.4.1 release (#358)
The encoder still displays Encoder Lib v1.4.0
1 parent f66aaf6 commit 573c40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ message(STATUS "CMAKE_INSTALL_PREFIX = ${CMAKE_INSTALL_PREFIX}")
4646

4747
set(SVT_HEVC_VERSION_MAJOR "1")
4848
set(SVT_HEVC_VERSION_MINOR "4")
49-
set(SVT_HEVC_VERSION_PATCHLEVEL "0")
49+
set(SVT_HEVC_VERSION_PATCHLEVEL "1")
5050

5151
configure_file(${PROJECT_SOURCE_DIR}/Source/API/EbApiVersion.h.in ${PROJECT_SOURCE_DIR}/Source/API/EbApiVersion.h @ONLY)
5252

0 commit comments

Comments
 (0)