From 9c93cd630f87e99af4129e2e878af4fdfcb8ea83 Mon Sep 17 00:00:00 2001 From: sys_mediadev Date: Mon, 5 Aug 2024 11:52:20 +0800 Subject: [PATCH] [Media Common] Bump up version to 24.3.2 Auto version bump up --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6498ca0edc..d3c9b0e805 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 24.3.1) # auto-update +set(MEDIA_VERSION 24.3.2) # auto-update set(MEDIA_VERSION_STR "${MEDIA_VERSION}${MEDIA_VERSION_EXTRA}" CACHE STRING "" FORCE) if(CMAKE_SYSTEM_NAME MATCHES WindowsStore)