aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-08-30 23:53:03 +0200
committerUlrich Müller <ulm@gentoo.org>2019-08-30 23:53:03 +0200
commitf8aae8b612036972619dc5daaaa6675843b887ab (patch)
tree5129ccbcfc08e9e0ea38f2ecda00a35764ac1077
parentFix version comparison for Emacs 26.1 and later. (diff)
downloademacs-tools-f8aae8b612036972619dc5daaaa6675843b887ab.tar.gz
emacs-tools-f8aae8b612036972619dc5daaaa6675843b887ab.tar.bz2
emacs-tools-f8aae8b612036972619dc5daaaa6675843b887ab.zip
Version 1.16 released.emacs-updater-1.16
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--ChangeLog2
-rwxr-xr-xemacs-updater6
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 25f549d..a5da7ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2019-08-30 Ulrich Müller <ulm@gentoo.org>
+ * Version 1.16 released.
+
* emacs-updater (action_rebuild): Drop the last component,
i.e., the build number, from Emacs versions below 26 only.
Fixes bug 693140.
diff --git a/emacs-updater b/emacs-updater
index 0bca953..ce308e5 100755
--- a/emacs-updater
+++ b/emacs-updater
@@ -1,12 +1,12 @@
#!/bin/bash
-# Copyright 2007-2016 Gentoo Authors
+# Copyright 2007-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 or later
# Authors:
# Christian Faulhammer <fauli@gentoo.org>
# Ulrich Müller <ulm@gentoo.org>
-VERSION=1.15
+VERSION=1.16
EMACS=/usr/bin/emacs
GETOPT=/usr/bin/getopt
SITELISP=/usr/share/emacs/site-lisp
@@ -69,7 +69,7 @@ usage() {
version() {
cat <<-EOF
Emacs updater version ${VERSION}
- Copyright 2007-2016 Gentoo Authors
+ Copyright 2007-2019 Gentoo Authors
Distributed under the terms of the GNU GPL version 2 or later.
Gentoo Emacs project: <https://wiki.gentoo.org/wiki/Project:Emacs>