diff --git a/doc/software-manual.pdf b/doc/software-manual.pdf
index ae611c1a5db6ce12bc3a3a0b03d2614672cf0420..d1ea637e32e7a984f99112f89c9190acb94f0cdd 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 9d5c1e4c9c9c3947ef42d2a0d3fd775a141fb6e4..21d19946b994c8f8954e884100fefeed3937d88a 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 13.1 of the software.
+for the VVC project. It applies to version 14.0 of the software.
 \end{abstract}
 
 \tableofcontents
diff --git a/source/Lib/CommonLib/version.h b/source/Lib/CommonLib/version.h
index 161e207a52c8fca5fda2a4bcb1586bf270cb64ca..f1c5cd405ebff9a75b69d8d2158a20b7a116188f 100644
--- a/source/Lib/CommonLib/version.h
+++ b/source/Lib/CommonLib/version.h
@@ -1,3 +1,3 @@
 #if ! defined( VTM_VERSION )
-#define VTM_VERSION "14.0rc1"
+#define VTM_VERSION "14.0"
 #endif