X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=elpher.el;h=b49358d8a4134e81ff5da428f2824a5e7c39111a;hp=29d2e2b59196c0e66a4ab639b8cb83a019dfe0da;hb=8d1e8265ed5671c727a3b4e536ecfdcb39fca2dc;hpb=0bf20003c52c7f2d1f78c289efa71634c8fae254 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. ;;