1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

Change ERC version to 5.6.2-git

* doc/misc/erc.texi: Change ERCVER to 5.6.2.
* lisp/erc/erc.el (erc-version): Change working version to 5.6.2-git.
Do the same for the package Version header and the
`customize-package-emacs-version-alist' mapping.
This commit is contained in:
F. Jason Park 2025-10-26 10:59:04 -07:00
parent 3dc022a023
commit 2fa768dd4b
2 changed files with 5 additions and 4 deletions

View file

@ -2,7 +2,7 @@
@c %**start of header
@setfilename ../../info/erc.info
@settitle ERC Manual
@set ERCVER 5.6.1
@set ERCVER 5.6.2
@set ERCDIST as distributed with Emacs @value{EMACSVER}
@include docstyle.texi
@syncodeindex fn cp

View file

@ -12,7 +12,7 @@
;; David Edmondson (dme@dme.org)
;; Michael Olson (mwolson@gnu.org)
;; Kelvin White (kwhite@gnu.org)
;; Version: 5.6.1
;; Version: 5.6.2-git
;; 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.1"
(defconst erc-version "5.6.2-git"
"This version of ERC.")
(defvar erc-official-location
@ -88,7 +88,8 @@
("5.4.1" . "29.1")
("5.5" . "29.1")
("5.6" . "30.1")
("5.6.1" . "31.1")))
("5.6.1" . "31.1")
("5.6.2" . "31.1")))
(defgroup erc nil
"Emacs Internet Relay Chat client."