From: plugd Date: Thu, 22 Jul 2021 10:14:06 +0000 (+0200) Subject: Switched version number to 3.0.0. X-Git-Tag: v3.0.0~15 X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=commitdiff_plain;h=8d1e8265ed5671c727a3b4e536ecfdcb39fca2dc Switched version number to 3.0.0. --- diff --git a/README b/README index 44899ab..6236582 100644 --- 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 diff --git a/elpher-pkg.el b/elpher-pkg.el index af4a208..920951e 100644 --- a/elpher-pkg.el +++ b/elpher-pkg.el @@ -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: diff --git a/elpher.el b/elpher.el index 29d2e2b..b49358d 100644 --- a/elpher.el +++ b/elpher.el @@ -19,7 +19,7 @@ ;; Author: Tim Vaughan ;; 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")) @@ -104,7 +104,7 @@ ;;; Global constants ;; -(defconst elpher-version "2.11.0" +(defconst elpher-version "3.0.0" "Current version of elpher.") (defconst elpher-margin-width 6 @@ -141,6 +141,7 @@ (defvar elpher--gemini-page-headings nil "List of headings on the page.") + ;;; Declarations to avoid compiler warnings. ;; diff --git a/elpher.texi b/elpher.texi index 430d4ba..b95f148 100644 --- a/elpher.texi +++ b/elpher.texi @@ -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