diff --git a/doc/software-manual.pdf b/doc/software-manual.pdf index 65db9a8aa4513f3dd67158ddba4ddf3bd52c5791..3df9cbd4b8e7a8f2e7a2485228194ec9843637a7 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 b0e3183cd210b67d752fd5ee19cec0d9dc683590..2dc4af347a027209e577d12bb34d37dc7495e564 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-TuC2.0 of the software. +for the VVC project. It applies to version 22.2-TuC3.0 of the software. \end{abstract} \tableofcontents diff --git a/source/Lib/CommonLib/version.h b/source/Lib/CommonLib/version.h index 5330623e7542488d6b3a8d42d2448072f1fe9824..1f8f899e3fc2c728981b02f186f32e46f9a2e1a5 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-TuC2.0" +#define VTM_VERSION "22.2-TuC3.0" #endif