diff --git a/doc/software-manual.pdf b/doc/software-manual.pdf index 0b5f4cc25b60d28b4f133016d917cc6fcc8c8a31..65db9a8aa4513f3dd67158ddba4ddf3bd52c5791 100644 Binary files a/doc/software-manual.pdf and b/doc/software-manual.pdf differ diff --git a/doc/software-manual.tex b/doc/software-manual.tex index 3c2d6a3dd1c7da4f5917075aa2c1612e0404ff2d..603696581a28dce96241ed44c6d9bc2acae2ba11 100644 --- a/doc/software-manual.tex +++ b/doc/software-manual.tex @@ -205,7 +205,7 @@ fontsize=\footnotesize} \maketitle \begin{abstract} This document is a user manual describing usage of the VTM reference software -for the VVC project. It applies to version 22.2-Tuc1.0 of the software. +for the VVC project. It applies to version 22.2-TuC2.0 of the software. \end{abstract} \tableofcontents diff --git a/source/Lib/CommonLib/version.h b/source/Lib/CommonLib/version.h index ece0967d751acc0300eb605d888cf04cdc71b7c8..5330623e7542488d6b3a8d42d2448072f1fe9824 100644 --- a/source/Lib/CommonLib/version.h +++ b/source/Lib/CommonLib/version.h @@ -1,3 +1,3 @@ #if ! defined( VTM_VERSION ) -#define VTM_VERSION "22.2-TuC1.0" +#define VTM_VERSION "22.2-TuC2.0" #endif