Skip to content

Commit 3af0a89

Browse files
authored
Set version to 1.9.1 (#320)
* Set version to 1.9.1 * Update changelog.txt
1 parent e37b855 commit 3af0a89

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.9.1 )
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.9.1-rc1
2+
tag 1.9.1
33
* libvvenc:
44
- added library parameters:
55
- vvenc_config::m_maxPicWidth, vvenc_config::m_maxPicHeight to signal maximal possible picture size when

0 commit comments

Comments
 (0)