From 954f7266bf07d526d701de314534395af3c4b90b Mon Sep 17 00:00:00 2001 From: Gianni Date: Thu, 10 Oct 2024 02:23:24 -0400 Subject: [PATCH] chore: update PSY version v2.2.1-B --- CMakeLists.txt | 2 +- Source/Lib/Codec/EbVersion.h.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6c46c2095..9632899ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ endif() project(svt-av1 VERSION 2.2.1 LANGUAGES C CXX) -set(VERSION_TAG "-A") +set(VERSION_TAG "-B") if(POLICY CMP0063) cmake_policy(SET CMP0063 NEW) diff --git a/Source/Lib/Codec/EbVersion.h.in b/Source/Lib/Codec/EbVersion.h.in index 0008a589f..39e9e6a6c 100644 --- a/Source/Lib/Codec/EbVersion.h.in +++ b/Source/Lib/Codec/EbVersion.h.in @@ -1,2 +1,2 @@ #define SVT_AV1_CVS_VERSION "@PACKAGE_VERSION_STRING@" -#define SVT_AV1_PSY_RELEASE "A" +#define SVT_AV1_PSY_RELEASE "B"