From c305325e7a7e22f337f3abd03e43508a42ae87b7 Mon Sep 17 00:00:00 2001 From: Adam Wieckowski Date: Mon, 28 Oct 2024 14:27:20 +0100 Subject: [PATCH] Set version to v1.12.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bb9f8ffc5..68e5eecb2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ endif() project( vvenc VERSION 1.12.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()