From: Amin Bandali Date: Mon, 11 Oct 2021 14:29:35 +0000 (-0400) Subject: Release ERC 5.4 X-Git-Tag: emacs-28.0.90~319 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac066088780d473f883e2afe8d178e2bf2c964fd;p=emacs.git Release ERC 5.4 * lisp/erc/erc.el (Version, erc-version): Bump to 5.4. (customize-package-emacs-version-alist): Add entry for 5.4. --- diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index d3c8b62fb3e..885d311cf38 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el @@ -12,7 +12,7 @@ ;; David Edmondson (dme@dme.org) ;; Michael Olson (mwolson@gnu.org) ;; Kelvin White (kwhite@gnu.org) -;; Version: 5.3 +;; Version: 5.4 ;; Package-Requires: ((emacs "27.1")) ;; Keywords: IRC, chat, client, Internet ;; URL: https://www.gnu.org/software/emacs/erc.html @@ -69,7 +69,7 @@ (require 'iso8601) (eval-when-compile (require 'subr-x)) -(defconst erc-version "5.3" +(defconst erc-version "5.4" "This version of ERC.") (defvar erc-official-location @@ -82,7 +82,8 @@ (add-to-list 'customize-package-emacs-version-alist '(ERC ("5.2" . "22.1") - ("5.3" . "23.1"))) + ("5.3" . "23.1") + ("5.4" . "28.1"))) (defgroup erc nil "Emacs Internet Relay Chat client."