commit: f1dbcc5cf4086750c32e293e3ad95b60cb831b4e Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Mon Dec 9 18:31:39 2024 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon Dec 9 18:31:39 2024 +0000 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=f1dbcc5c
Version 1.19 released Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ChangeLog | 4 ++++ emacs-updater | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a5ad13a..2092b19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2024-12-09 Ulrich Müller <[email protected]> + + * Version 1.19 released. + 2024-12-07 Ulrich Müller <[email protected]> * emacs-updater (OPTIONS): The "sitedir" action is now invalid; diff --git a/emacs-updater b/emacs-updater index 2e17099..c6ab27a 100755 --- a/emacs-updater +++ b/emacs-updater @@ -6,7 +6,7 @@ # Christian Faulhammer <[email protected]> # Ulrich Müller <[email protected]> -VERSION=1.18 +VERSION=1.19 EMACS=/usr/bin/emacs GETOPT=/usr/bin/getopt SITELISP=/usr/share/emacs/site-lisp @@ -72,7 +72,7 @@ version() { cat <<-EOF Emacs updater version ${VERSION} Copyright 2007-2024 Gentoo Authors - Distributed under the terms of the GNU GPL version 2 or later. + Distributed under the terms of the GNU GPL version 2 or later Gentoo Emacs project: <https://wiki.gentoo.org/wiki/Project:Emacs> EOF
