mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-17 05:51:24 +00:00
Change ERC version for Emacs 31 to 5.6.2.31.1
* doc/misc/erc.texi: Change ERCVER to 5.6.2.31.1. * lisp/erc/erc.el: Change "Version" package header to 5.6.2.31.1. Don't update the `customize-package-emacs-version-alist' entry because this is not a GNU ELPA release. (erc-version): Change version to 5.6.2.31.1. Do not merge to master.
This commit is contained in:
parent
7eab6ef3ce
commit
a8f67a1f06
2 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
@setfilename ../../info/erc.info
|
||||
@settitle ERC Manual
|
||||
@documentlanguage en
|
||||
@set ERCVER 5.6.2
|
||||
@set ERCVER 5.6.2.31.1
|
||||
@set ERCDIST as distributed with Emacs @value{EMACSVER}
|
||||
@include docstyle.texi
|
||||
@syncodeindex fn cp
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
;; David Edmondson (dme@dme.org)
|
||||
;; Michael Olson (mwolson@gnu.org)
|
||||
;; Kelvin White (kwhite@gnu.org)
|
||||
;; Version: 5.6.2-git
|
||||
;; Version: 5.6.2.31.1
|
||||
;; 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.2-git"
|
||||
(defconst erc-version "5.6.2.31.1"
|
||||
"This version of ERC.")
|
||||
|
||||
(defvar erc-official-location
|
||||
|
|
|
|||
Loading…
Reference in a new issue