From 56ed7c828bed6e929baf9dcfa748f76097a72af9 Mon Sep 17 00:00:00 2001 From: Pavel Rojtberg Date: Fri, 13 Aug 2021 00:28:08 +0200 Subject: [PATCH] Docs: use SOVERSION for PROJECT_NUMBER to drop PATCH level --- CMake/Templates/html.cfg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMake/Templates/html.cfg.in b/CMake/Templates/html.cfg.in index 54d61319829..b0756161daf 100644 --- a/CMake/Templates/html.cfg.in +++ b/CMake/Templates/html.cfg.in @@ -32,7 +32,7 @@ PROJECT_NAME = OGRE # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = ${OGRE_VERSION} +PROJECT_NUMBER = ${OGRE_SOVERSION} # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer