Skip to content

Commit

Permalink
chore: update PSY version
Browse files Browse the repository at this point in the history
v2.2.1-B
  • Loading branch information
gianni-rosato committed Oct 10, 2024
1 parent 35e61a1 commit 954f726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Source/Lib/Codec/EbVersion.h.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#define SVT_AV1_CVS_VERSION "@PACKAGE_VERSION_STRING@"
#define SVT_AV1_PSY_RELEASE "A"
#define SVT_AV1_PSY_RELEASE "B"

0 comments on commit 954f726

Please sign in to comment.