From: F. Jason Park Date: Thu, 9 Nov 2023 00:45:37 +0000 (-0800) Subject: Release ERC 5.6 X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~1056 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d1e98a8f0128747030e97ffea20a8f67aa0cd923;p=emacs.git Release ERC 5.6 * lisp/erc/erc.el: Change Version header from 5.6-git to 5.6. A `customize-package-emacs-version-alist' mapping for ERC 5.6 to Emacs 30.1 was already added when moving from 5.5 to 5.6-git. The ERCVER variable in doc/misc/erc.texi was likewise updated at that time. Going forward, such changes will continue to happen preemptively, on the flip side of each release. (erc-version): Change version from 5.6-git to 5.6. --- diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index b728dd59fa3..daad48223fa 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.6-git +;; Version: 5.6 ;; Package-Requires: ((emacs "27.1") (compat "29.1.4.5")) ;; Keywords: IRC, chat, client, Internet ;; URL: https://www.gnu.org/software/emacs/erc.html @@ -70,7 +70,7 @@ (require 'auth-source) (eval-when-compile (require 'subr-x)) -(defconst erc-version "5.6-git" +(defconst erc-version "5.6" "This version of ERC.") (defvar erc-official-location