]> git.eshelyaron.com Git - emacs.git/commitdiff
soap-client: Add minimum supported Emacs version
authorThomas Fitzsimmons <fitzsim@fitzsim.org>
Thu, 3 Feb 2022 14:19:03 +0000 (09:19 -0500)
committerThomas Fitzsimmons <fitzsim@fitzsim.org>
Thu, 3 Feb 2022 14:19:03 +0000 (09:19 -0500)
* lisp/net/soap-client.el: Add Emacs 24.1 to Package-Requires.
Bump version to 3.2.1.

lisp/net/soap-client.el

index 274e3b29e1caaef93edfc3b5eec862faccbdc643..5e7bdbe6c6af878fbe7c1690949192bc9e028613 100644 (file)
@@ -5,12 +5,11 @@
 ;; Author: Alexandru Harsanyi <AlexHarsanyi@gmail.com>
 ;; Author: Thomas Fitzsimmons <fitzsim@fitzsim.org>
 ;; Created: December, 2009
-;; Version: 3.2.0
+;; Version: 3.2.1
 ;; Keywords: soap, web-services, comm, hypermedia
 ;; Package: soap-client
 ;; URL: https://github.com/alex-hhh/emacs-soap-client
-;; Package-Requires: ((cl-lib "0.6.1"))
-;;FIXME: Put in `Package-Requires:' the Emacs version we expect.
+;; Package-Requires: ((emacs "24.1") (cl-lib "0.6.1"))
 
 ;; This file is part of GNU Emacs.