Skip to content

Commit 0c2c21e

Browse files
authored
Merge pull request #490 from fraunhoferhhi/adamjw24-patch-1.13.0-final
Set version to 1.13.0
2 parents 6725f11 + a0c18f9 commit 0c2c21e

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.13.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.13.0-rc1
2+
tag 1.13.0
33

44
* libvvenc:
55
- many ARM SIMD optimizations for both NEON and SVE

0 commit comments

Comments
 (0)