From e3760dfedbd803dd8ff2a5d4fbbda249c1963bd1 Mon Sep 17 00:00:00 2001 From: plugd Date: Mon, 30 Sep 2024 11:13:32 +0200 Subject: [PATCH] Version bump. --- config.mk | 2 +- elpher-pkg.el | 2 +- elpher.el | 7 +++---- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/config.mk b/config.mk index 89529ab..5d49f13 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ PKG = elpher -VERSION = 3.6.2 +VERSION = 3.6.3 INSTALLINFO = install-info MAKEINFO = makeinfo diff --git a/elpher-pkg.el b/elpher-pkg.el index 706b3f2..693c464 100644 --- a/elpher-pkg.el +++ b/elpher-pkg.el @@ -1,4 +1,4 @@ -(define-package "elpher" "3.6.2" "A friendly gopher and gemini client" +(define-package "elpher" "3.6.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 5910e8c..a880f79 100644 --- a/elpher.el +++ b/elpher.el @@ -1,11 +1,10 @@ ;;; elpher.el --- A friendly gopher and gemini client -*- lexical-binding: t -*- -;; Copyright (C) 2019-2024 Tim Vaughan -;; Copyright (C) 2020-2022 Elpher contributors (See info manual for full list) +;; Copyright (C) 2019-2024 Elpher contributors (See info manual for full list) ;; Author: Tim Vaughan ;; Created: 11 April 2019 -;; Version: 3.6.2 +;; Version: 3.6.3 ;; Keywords: comm gopher gemini ;; Homepage: https://thelambdalab.xyz/elpher ;; Package-Requires: ((emacs "27.1")) @@ -71,7 +70,7 @@ ;;; Global constants ;; -(defconst elpher-version "3.6.2" +(defconst elpher-version "3.6.3" "Current version of elpher.") (defconst elpher-margin-width 6 -- 2.20.1