diff --git a/doc/software-manual.pdf b/doc/software-manual.pdf index c9eb8c28f8f5d0018647accd88cc175813e4640b..fdc5c89e55e95d511a0eea1cab4f0a66de2321be 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 a033039969b027acc9f62d1cccba66e8c3ba5abd..1743354a6f60810c618b34380e67504ed4dce4ca 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 10.0 of the software. +for the VVC project. It applies to version 10.1 of the software. \end{abstract} \tableofcontents diff --git a/source/Lib/CommonLib/version.h b/source/Lib/CommonLib/version.h index ebbdb82552d727458afbf3931f97b6b6d2e454d2..2e0fea65193c31602ab1c76eb4e95ff5d6582440 100644 --- a/source/Lib/CommonLib/version.h +++ b/source/Lib/CommonLib/version.h @@ -1,3 +1,3 @@ #if ! defined( VTM_VERSION ) -#define VTM_VERSION "10.1rc1" +#define VTM_VERSION "10.1" #endif