Skip to content

Commit eea6fce

Browse files
authored
Update to v1.10.0 (#338)
* Update to v1.10.0 * Update version in changelog
1 parent d685b9c commit eea6fce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ endif()
1313
project( vvenc VERSION 1.10.0 )
1414

1515
# set alternative version numbering for release candidates
16-
set( PROJECT_VERSION_RC rc1 )
16+
#set( PROJECT_VERSION_RC rc1 )
1717
if( PROJECT_VERSION_RC )
1818
set( PROJECT_VERSION "${PROJECT_VERSION}-${PROJECT_VERSION_RC}" )
1919
endif()

changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/////////////////////////////////////////
2-
tag 1.10.0-rc1
2+
tag 1.10.0
33
* libvvenc:
44
- added library parameters:
55
- vvenc_config::m_poc0idr to force POC0 to be an IDR (otherwise per default it will now be a RASL picture)

0 commit comments

Comments
 (0)