From b9a1ec19104ac09deb4fe0ae45cb60071aea0395 Mon Sep 17 00:00:00 2001 From: Adam Wieckowski <70575289+adamjw24@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:46:38 +0100 Subject: [PATCH] Prepare v1.11.1-rc1 (#364) * Prepare v1.11.1 * fix version --- CMakeLists.txt | 4 ++-- changelog.txt | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 664dee14b..fda8854f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,10 +10,10 @@ if( NOT CMAKE_VERSION VERSION_LESS 3.13.0 ) endif() # project name -project( vvenc VERSION 1.11.0 ) +project( vvenc VERSION 1.11.1 ) # set alternative version numbering for release candidates -#set( PROJECT_VERSION_RC rc1 ) +set( PROJECT_VERSION_RC rc1 ) if( PROJECT_VERSION_RC ) set( PROJECT_VERSION "${PROJECT_VERSION}-${PROJECT_VERSION_RC}" ) endif() diff --git a/changelog.txt b/changelog.txt index 7491ae407..9555db734 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,10 @@ +///////////////////////////////////////// +tag 1.11.1-rc1 + +* libvvenc: + - fix performance regression for ARM + - using SSE41 code to generate NEON with SIMDe rather than AVX2 + ///////////////////////////////////////// tag 1.11.0