We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74451cf commit 2ba348fCopy full SHA for 2ba348f
CMakeLists.txt
@@ -4,7 +4,7 @@ project(uvg266
4
LANGUAGES C CXX
5
HOMEPAGE_URL https://github.com/ultravideo/uvg266
6
DESCRIPTION "An open-source VVC encoder licensed under 3-clause BSD"
7
-VERSION 0.8.0 )
+VERSION 0.8.1 )
8
9
option(BUILD_SHARED_LIBS "Build using shared uvg266 library" ON)
10
doc/uvg266.1
@@ -1,4 +1,4 @@
1
-.TH UVG266 "1" "September 2023" "uvg266 v0.8.0" "User Commands"
+.TH UVG266 "1" "July 2024" "uvg266 v0.8.1" "User Commands"
2
.SH NAME
3
uvg266 \- open source VVC encoder
.SH SYNOPSIS
0 commit comments