summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-05-02 18:24:44 +0200
committerUlrich Müller <ulm@gentoo.org>2024-05-02 18:24:44 +0200
commitef43d23b34a5cc2e95c07a86d9161ced261d4c94 (patch)
tree33228cb67cd7de8dc4d3da9b3c0c8f3d627b1fd1 /emacs-updater
parentDrop the -n, --nocolor, --nocolour option (diff)
downloademacs-tools-ef43d23b34a5cc2e95c07a86d9161ced261d4c94.tar.gz
emacs-tools-ef43d23b34a5cc2e95c07a86d9161ced261d4c94.tar.bz2
emacs-tools-ef43d23b34a5cc2e95c07a86d9161ced261d4c94.zip
Version 1.18 releasedemacs-updater-1.18
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'emacs-updater')
-rwxr-xr-xemacs-updater4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs-updater b/emacs-updater
index 4c4dc8a..2936b64 100755
--- a/emacs-updater
+++ b/emacs-updater
@@ -6,7 +6,7 @@
# Christian Faulhammer <fauli@gentoo.org>
# Ulrich Müller <ulm@gentoo.org>
-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>