From 852fa9f705ef44c004d014548601f3804a6de705 Mon Sep 17 00:00:00 2001 From: intel-mediadev Date: Tue, 5 Dec 2023 19:48:47 +0800 Subject: [PATCH] [Media Common] Bump up version to 23.4.3 (#6207) Auto version bump up --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1a72acfff1..c143ffc786 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ endif() # Througout this project MFX_VERSION refers to uAPI version and MEDIA_VERSION refers to product version -set(MEDIA_VERSION 23.4.2) # auto-update +set(MEDIA_VERSION 23.4.3) # auto-update set(MEDIA_VERSION_STR "${MEDIA_VERSION}${MEDIA_VERSION_EXTRA}" CACHE STRING "" FORCE) if(CMAKE_SYSTEM_NAME MATCHES WindowsStore)