From: plugd Date: Thu, 23 Mar 2023 12:54:16 +0000 (+0100) Subject: Patch release. X-Git-Tag: v3.4.3 X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=commitdiff_plain;h=2f66d418cf4ed176b12c24eaadb5240b49da0448 Patch release. --- diff --git a/RELEASE b/RELEASE index ade220d..1a08de8 100644 --- a/RELEASE +++ b/RELEASE @@ -7,9 +7,15 @@ When preparing a new release, set the version number: 2. in elpher.el: metadata at the top 3. in elpher.el: definition of elpher-version 4. in elpher-pkg.el: second argument to 'define-package' + +For anything besides a patch release, a note describing +the changes should be added to the documentation. In +the instance that the documentation itself is significantly +changed, also update the documentation version: + 5. in elpher.texi: 'settitle' declaration at the top -Make sure the documentation is up to date and builds: +After any documentation updates, make sure it builds: make elpher.info elpher.html elpher.pdf diff --git a/config.mk b/config.mk index e406f6b..801cb55 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ PKG = elpher -VERSION = 3.4.2 +VERSION = 3.4.3 INSTALLINFO = install-info MAKEINFO = makeinfo diff --git a/elpher-pkg.el b/elpher-pkg.el index d7becef..bb8d23f 100644 --- a/elpher-pkg.el +++ b/elpher-pkg.el @@ -1,4 +1,4 @@ -(define-package "elpher" "3.4.2" "A friendly gopher and gemini client" +(define-package "elpher" "3.4.3" "A friendly gopher and gemini client" '((emacs "27.1")) :keywords ("convenience") :authors (("Tim Vaughan" . "plugd@thelambdalab.xyz")) diff --git a/elpher.el b/elpher.el index 966e659..bacb047 100644 --- a/elpher.el +++ b/elpher.el @@ -5,7 +5,7 @@ ;; Author: Tim Vaughan ;; Created: 11 April 2019 -;; Version: 3.4.2 +;; Version: 3.4.3 ;; Keywords: comm gopher ;; Homepage: https://thelambdalab.xyz/elpher ;; Package-Requires: ((emacs "27.1")) @@ -71,7 +71,7 @@ ;;; Global constants ;; -(defconst elpher-version "3.4.2" +(defconst elpher-version "3.4.3" "Current version of elpher.") (defconst elpher-margin-width 6