changeset 40180:91dd286c2a44

declared.sh: Fix --version output. * build-aux/declared.sh (func_version): Update package name.
author Bruno Haible <bruno@clisp.org>
date Mon, 04 Feb 2019 21:37:28 +0100
parents 6823a10c9418
children 4edc083b6693
files ChangeLog build-aux/declared.sh
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Feb 03 21:44:16 2019 +0100
+++ b/ChangeLog	Mon Feb 04 21:37:28 2019 +0100
@@ -1,3 +1,8 @@
+2019-02-04  Bruno Haible  <bruno@clisp.org>
+
+	declared.sh: Fix --version output.
+	* build-aux/declared.sh (func_version): Update package name.
+
 2019-02-03  Bruno Haible  <bruno@clisp.org>
 
 	Add script for determining the set of symbols to export from a library.
--- a/build-aux/declared.sh	Sun Feb 03 21:44:16 2019 +0100
+++ b/build-aux/declared.sh	Mon Feb 04 21:37:28 2019 +0100
@@ -46,8 +46,8 @@
 # outputs to stdout the --version message.
 func_version ()
 {
-  echo "declared.sh (GNU libunistring)"
-  echo "Copyright (C) 2006-2018 Free Software Foundation, Inc.
+  echo "declared.sh (GNU gnulib)"
+  echo "Copyright (C) 2006-2019 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law."