From 1bd267f994b6cb35ad620eb710ae27a291477ff6 Mon Sep 17 00:00:00 2001 From: "F. Jason Park" Date: Wed, 12 Jun 2024 23:10:00 -0700 Subject: [PATCH] Change ERC version to 5.6.1-git * doc/misc/erc.texi: Change ERCVER to 5.6.1. * lisp/erc/erc.el: (erc-version): Change working version to 5.6.1-git. Do the same for the package Version header. Don't bother updating `customize-package-emacs-version-alist' until needed. (cherry picked from commit 253172162107b34ebd24b8fbe1db4ac10a3931bd) --- doc/misc/erc.texi | 2 +- lisp/erc/erc.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/misc/erc.texi b/doc/misc/erc.texi index c7cbf7908b8..75138a9963f 100644 --- a/doc/misc/erc.texi +++ b/doc/misc/erc.texi @@ -2,7 +2,7 @@ @c %**start of header @setfilename ../../info/erc.info @settitle ERC Manual -@set ERCVER 5.6 +@set ERCVER 5.6.1 @set ERCDIST as distributed with Emacs @value{EMACSVER} @include docstyle.texi @syncodeindex fn cp diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index 0e2aa47d090..58b314e5f8e 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 +;; Version: 5.6.1-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" +(defconst erc-version "5.6.1-git" "This version of ERC.") (defvar erc-official-location -- 2.39.2