texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch release/7.0 updated: * js/info.js (on_load): Update version numbe


From: Gavin D. Smith
Subject: branch release/7.0 updated: * js/info.js (on_load): Update version number.
Date: Sun, 20 Nov 2022 12:31:26 -0500

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch release/7.0
in repository texinfo.

The following commit(s) were added to refs/heads/release/7.0 by this push:
     new aa9f9cc049 * js/info.js (on_load): Update version number.
aa9f9cc049 is described below

commit aa9f9cc04983542cf47725ae2f57dc3d92927f80
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Nov 20 17:31:08 2022 +0000

    * js/info.js (on_load): Update version number.
---
 ChangeLog                                                             | 4 ++++
 js/info.js                                                            | 4 ++--
 .../formatting_epub_nodes/formatting_epub_package/EPUB/js/info.js     | 4 ++--
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 775c5ab416..67d17f6efb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-11-20  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * js/info.js (on_load): Update version number.
+
 2022-11-20  Gavin Smith  <gavinsmith0123@gmail.com>
 
        * js/info.js (add_header): Check for h1.top after h1.settitle
diff --git a/js/info.js b/js/info.js
index a8ca7ef35f..a43b1fd068 100644
--- a/js/info.js
+++ b/js/info.js
@@ -1,5 +1,5 @@
 /* info.js - Javascript UI for Texinfo manuals
-   Copyright (C) 2017-2019 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
 
    This file is part of GNU Texinfo.
 
@@ -1177,7 +1177,7 @@
       store.dispatch ({ type: "iframe-ready", id: config.INDEX_ID });
       store.dispatch ({
         type: "echo",
-        msg: "Welcome to Texinfo documentation viewer 6.1, type '?' for help."
+        msg: "Welcome to Texinfo documentation viewer 7.0.1, type '?' for 
help."
       });
 
       /* Call user hook.  */
diff --git 
a/tp/tests/layout/res_parser/formatting_epub_nodes/formatting_epub_package/EPUB/js/info.js
 
b/tp/tests/layout/res_parser/formatting_epub_nodes/formatting_epub_package/EPUB/js/info.js
index a8ca7ef35f..a43b1fd068 100644
--- 
a/tp/tests/layout/res_parser/formatting_epub_nodes/formatting_epub_package/EPUB/js/info.js
+++ 
b/tp/tests/layout/res_parser/formatting_epub_nodes/formatting_epub_package/EPUB/js/info.js
@@ -1,5 +1,5 @@
 /* info.js - Javascript UI for Texinfo manuals
-   Copyright (C) 2017-2019 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
 
    This file is part of GNU Texinfo.
 
@@ -1177,7 +1177,7 @@
       store.dispatch ({ type: "iframe-ready", id: config.INDEX_ID });
       store.dispatch ({
         type: "echo",
-        msg: "Welcome to Texinfo documentation viewer 6.1, type '?' for help."
+        msg: "Welcome to Texinfo documentation viewer 7.0.1, type '?' for 
help."
       });
 
       /* Call user hook.  */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]