From 0f7e5f41160bb5a48e24f7cec2ced1ef9dd9c5be Mon Sep 17 00:00:00 2001 From: Oleg Nabiullin Date: Tue, 22 Mar 2022 11:33:23 +0300 Subject: [PATCH] [Media Common] Bump up version to 22.3.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dbd6df23bf..72ce6ef2b7 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 22.3.1) # auto-update +set(MEDIA_VERSION 22.3.2) # auto-update set(MEDIA_VERSION_STR "${MEDIA_VERSION}${MEDIA_VERSION_EXTRA}" CACHE STRING "" FORCE) if(CMAKE_SYSTEM_NAME MATCHES WindowsStore)