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.
2 parents 6725f11 + a0c18f9 commit 0c2c21eCopy full SHA for 0c2c21e
CMakeLists.txt
@@ -13,7 +13,7 @@ endif()
13
project( vvenc VERSION 1.13.0 )
14
15
# set alternative version numbering for release candidates
16
-set( PROJECT_VERSION_RC rc1 )
+#set( PROJECT_VERSION_RC rc1 )
17
if( PROJECT_VERSION_RC )
18
set( PROJECT_VERSION "${PROJECT_VERSION}-${PROJECT_VERSION_RC}" )
19
endif()
changelog.txt
@@ -1,5 +1,5 @@
1
/////////////////////////////////////////
2
-tag 1.13.0-rc1
+tag 1.13.0
3
4
* libvvenc:
5
- many ARM SIMD optimizations for both NEON and SVE
0 commit comments