diff --git a/doc/software-manual.pdf b/doc/software-manual.pdf index 3df9cbd4b8e7a8f2e7a2485228194ec9843637a7..5ac121656728f83e6c2e8745fb7c0e579e214e00 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 aaaeae5f57a13d9ce343ea8e25da053c4f3df47c..bec62f267263b8bdc17e1e1ecde478f5dae2b5f5 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-TuC3.0 of the software. +for the VVC project. It applies to version 22.2-TuC4.0 of the software. \end{abstract} \tableofcontents diff --git a/source/Lib/CommonLib/TypeDef.h b/source/Lib/CommonLib/TypeDef.h index 012c8ed5f6b973ab3e27366c5bdec03da6c10b60..baec065930c3c4afd78a3a2ec0a52bf6453eeefa 100644 --- a/source/Lib/CommonLib/TypeDef.h +++ b/source/Lib/CommonLib/TypeDef.h @@ -57,23 +57,6 @@ //########### place macros to be removed in next cycle below this line ############### - - - - - - - - - - - - - - - - - #define JVET_AG0044_COPYRIGHT_SEI 1 #define JVET_AG0045_AI_MARKER_SEI 1 diff --git a/source/Lib/CommonLib/version.h b/source/Lib/CommonLib/version.h index 1f8f899e3fc2c728981b02f186f32e46f9a2e1a5..0ef7ffa9f6fd2ee5d7618753b032aeec146e995e 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-TuC3.0" +#define VTM_VERSION "22.2-TuC4.0" #endif