texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * js/info.js (on_load): Update version number.


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

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

gavin pushed a commit to branch master
in repository texinfo.

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

commit f9438d2d8a06c73ca271b68ee6ae9c76e4355fc1
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Nov 20 17:23:02 2022 +0000

    * js/info.js (on_load): Update version number.
---
 ChangeLog  | 4 ++++
 js/info.js | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index dc59f9dea9..e6972dc2f1 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>
 
        * README-hacking: info.js needs version update
diff --git a/js/info.js b/js/info.js
index 9faa42fd15..118f2f96c8 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.  */



reply via email to

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