From 48b6a6f8c92179499cd0d00743fd5e596cb06650 Mon Sep 17 00:00:00 2001 From: Tim Vaughan Date: Fri, 1 Nov 2019 11:28:31 +0100 Subject: [PATCH] Fixed version numbers. --- elpher.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elpher.el b/elpher.el index c9d8313..75b582b 100644 --- a/elpher.el +++ b/elpher.el @@ -4,7 +4,7 @@ ;; Author: Tim Vaughan ;; Created: 11 April 2019 -;; Version: 2.4.0 +;; Version: 2.4.1 ;; Keywords: comm gopher ;; Homepage: https://github.com/tgvaughan/elpher ;; Package-Requires: ((emacs "26")) @@ -66,7 +66,7 @@ ;;; Global constants ;; -(defconst elpher-version "2.3.6" +(defconst elpher-version "2.4.1" "Current version of elpher.") (defconst elpher-margin-width 6 -- 2.20.1