We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2c1f0 commit e9fa712Copy full SHA for e9fa712
CMakeLists.txt
@@ -13,7 +13,7 @@ endif()
13
project( vvenc VERSION 1.12.0 )
14
15
# set alternative version numbering for release candidates
16
-set( PROJECT_VERSION_RC rc2 )
+#set( PROJECT_VERSION_RC rc1 )
17
if( PROJECT_VERSION_RC )
18
set( PROJECT_VERSION "${PROJECT_VERSION}-${PROJECT_VERSION_RC}" )
19
endif()
changelog.txt
@@ -1,11 +1,5 @@
1
/////////////////////////////////////////
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
+tag 1.12.0
9
10
* libvvenc:
11
- added parameters:
0 commit comments