From 3f3883899ecb023f83ef25205d926f516845359e Mon Sep 17 00:00:00 2001 From: Jianjun Zhu Date: Thu, 4 Apr 2019 15:22:29 +0800 Subject: [PATCH] Add version number to the title of documentation. --- docs/jsdoc/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/jsdoc/config.json b/docs/jsdoc/config.json index 29177f17..7e0e3ea2 100644 --- a/docs/jsdoc/config.json +++ b/docs/jsdoc/config.json @@ -17,7 +17,7 @@ "dateFormat": "ddd MMM Do YYYY", "outputSourceFiles": false, "outputSourcePath": false, - "systemName": "Intel® Collaboration Suite for WebRTC", + "systemName": "Intel® Collaboration Suite for WebRTC version 4.2", "footer": "", "copyright": "Copyright © 2019 Intel Corporation. All Rights Reserved.", "navType": "vertical",