From 09986ffd642db32d4c1e9a795b0eb62419f53f0d Mon Sep 17 00:00:00 2001 From: Adam Wieckowski <70575289+adamjw24@users.noreply.github.com> Date: Thu, 14 Dec 2023 12:05:53 +0100 Subject: [PATCH] Update to v1.10.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c3b6d3273..0fb95898b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ endif() project( vvenc VERSION 1.10.0 ) # 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()