Skip to content

Commit e9fa712

Browse files
authored
Version v1.12.0 (#393)
* Version v1.12.0 * Update CMakeLists.txt
1 parent 3b2c1f0 commit e9fa712

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
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.12.0 )
1414

1515
# set alternative version numbering for release candidates
16-
set( PROJECT_VERSION_RC rc2 )
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 & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
/////////////////////////////////////////
2-
tag 1.12.0-rc2
3-
4-
* libvvenc:
5-
- fixed undeterministic behavior in CQF statistics propagation
6-
7-
/////////////////////////////////////////
8-
tag 1.12.0-rc1
2+
tag 1.12.0
93

104
* libvvenc:
115
- added parameters:

0 commit comments

Comments
 (0)