commit: ef43d23b34a5cc2e95c07a86d9161ced261d4c94 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Thu May 2 16:24:44 2024 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Thu May 2 16:24:44 2024 +0000 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=ef43d23b
Version 1.18 released Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ChangeLog | 2 ++ emacs-updater | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 702a3de..372c88b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2024-05-02 Ulrich Müller <[email protected]> + * Version 1.18 released. + * emacs-updater (OPTIONS): Drop the -n, --nocolor, --nocolour option, which is deprecated since version 1.11 released in 2013. diff --git a/emacs-updater b/emacs-updater index 4c4dc8a..2936b64 100755 --- a/emacs-updater +++ b/emacs-updater @@ -6,7 +6,7 @@ # Christian Faulhammer <[email protected]> # Ulrich Müller <[email protected]> -VERSION=1.17 +VERSION=1.18 EMACS=/usr/bin/emacs GETOPT=/usr/bin/getopt SITELISP=/usr/share/emacs/site-lisp @@ -71,7 +71,7 @@ usage() { version() { cat <<-EOF Emacs updater version ${VERSION} - Copyright 2007-2023 Gentoo Authors + Copyright 2007-2024 Gentoo Authors Distributed under the terms of the GNU GPL version 2 or later. Gentoo Emacs project: <https://wiki.gentoo.org/wiki/Project:Emacs>
