Switched version number to 3.0.0.
authorplugd <plugd@thelambdalab.xyz>
Thu, 22 Jul 2021 10:14:06 +0000 (12:14 +0200)
committerplugd <plugd@thelambdalab.xyz>
Thu, 22 Jul 2021 10:14:06 +0000 (12:14 +0200)
README
elpher-pkg.el
elpher.el
elpher.texi

diff --git a/README b/README
index 44899ab..6236582 100644 (file)
--- a/README
+++ b/README
@@ -85,8 +85,9 @@ Info directory which can be displayed using "C-h i".
 Contributors
 ------------
 
-The following people (in alphabetical order) have generously provided
-assistance/patches for the impovement of elpher:
+Elpher was originally written by Tim Vaughan.  The following people
+(in alphabetical order) have generously provided assistance/patches
+for the impovement of elpher:
 
 * Alexis
 * Christopher Brannon
@@ -105,7 +106,6 @@ assistance/patches for the impovement of elpher:
 * Daniel Semyonov
 * Simon South
 * Bradley Thornton
-* Tim Vaughan
 * Vee
 
 Licence
index af4a208..920951e 100644 (file)
@@ -1,9 +1,9 @@
-(define-package "elpher" "2.11.0" "A friendly gopher and gemini client"
+(define-package "elpher" "3.0.0" "A friendly gopher and gemini client"
   '((emacs "27.1"))
   :keywords ("convenience")
   :authors (("Tim Vaughan" . "plugd@thelambdalab.xyz"))
-  :maintainer ("Alex Schroeder" . "alex@alexschroeder.ch")
-  :url "https://alexschroeder.ch/cgit/elpher")
+  :maintainer ("Tim Vaughan" . "plugd@thelambdalab.xyz")
+  :url "https://thelambdalab.xyz/elpher")
 ;; Local Variables:
 ;; no-byte-compile: t
 ;; end:
index 29d2e2b..b49358d 100644 (file)
--- a/elpher.el
+++ b/elpher.el
@@ -19,7 +19,7 @@
 
 ;; Author: Tim Vaughan <plugd@thelambdalab.xyz>
 ;; Created: 11 April 2019
-;; Version: 2.11.0
+;; Version: 3.0.0
 ;; Keywords: comm gopher
 ;; Homepage: https://thelambdalab.xyz/elpher
 ;; Package-Requires: ((emacs "27.1"))
 ;;; Global constants
 ;;
 
-(defconst elpher-version "2.11.0"
+(defconst elpher-version "3.0.0"
   "Current version of elpher.")
 
 (defconst elpher-margin-width 6
 (defvar elpher--gemini-page-headings nil
   "List of headings on the page.")
 
+
 ;;; Declarations to avoid compiler warnings.
 ;;
 
index 430d4ba..b95f148 100644 (file)
@@ -1,7 +1,7 @@
 \input texinfo @c -*-texinfo-*-
 
 @setfilename elpher.info
-@settitle Elpher Manual v2.11.0
+@settitle Elpher Manual v3.0.0
 
 @dircategory Emacs
 @direntry