diff --git a/doc/jvetdoc.cls b/doc/jvetdoc.cls index f766488489577b40d4f1401611e89fe51e994dcb..6480d8aaca52f17fe44ed15966c8de42c5c170c9 100644 --- a/doc/jvetdoc.cls +++ b/doc/jvetdoc.cls @@ -106,7 +106,7 @@ \IfFileExists{logos/iec}{\includegraphics[height=0.74cm]{logos/iec}}{} \\ \textbf{Joint Video Experts Team (JVET)}\\[0ex] - \textbf{of ITU-T SG16 WP3 and ISO/IEC JTC1/SC29/WG11} + \textbf{of ITU-T SG16 WP3 and ISO/IEC JTC1/SC29/WG5} \hfill Document: JVET-\@jvetdocnum\\[0ex] \@jvetmeeting diff --git a/doc/software-manual.pdf b/doc/software-manual.pdf index ce2c5323f31f7bb1a52c6de713429f6c2b66272e..2e493128d21c0728b1d2584c8464548be9f65b94 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 15fc589cc7f692265c62091cf13f5b525fb1011a..160b3aefe52e8c81856925f044c37a8943ed81fa 100644 --- a/doc/software-manual.tex +++ b/doc/software-manual.tex @@ -1,4 +1,4 @@ -\documentclass[a4paper,11pt]{jvetdoc} +\documentclass[a4paper,11pt]{jvetdoc} \usepackage{geometry}[2010/02/12] @@ -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 11.1 of the software. +for the VVC project. It applies to version 12.0 of the software. \end{abstract} \tableofcontents @@ -216,7 +216,7 @@ for the VVC project. It applies to version 11.1 of the software. Reference software is being made available to provide a reference implementation of the HEVC standard being developed by the Joint Video Experts Team (JVET) regrouping experts from -ITU-T SG 16 and ISO/IEC SC29 WG11. One of the main goals of the +ITU-T SG 16 and ISO/IEC SC29 WG5. One of the main goals of the reference software is to provide a basis upon which to conduct experiments in order to determine which coding tools provide desired coding performance. It is not meant to be a particularly efficient diff --git a/source/Lib/CommonLib/version.h b/source/Lib/CommonLib/version.h index 34050046f1b56e7cc18eaca92e6d680ed91c9ab9..415af45778cf9a2b41e6701d228fd0996c938f25 100644 --- a/source/Lib/CommonLib/version.h +++ b/source/Lib/CommonLib/version.h @@ -1,3 +1,3 @@ #if ! defined( VTM_VERSION ) -#define VTM_VERSION "12.0rc1" +#define VTM_VERSION "12.0" #endif