branch: externals/url-scgi commit 6a9c5d29e601aa3f74cc66dc34afffddc0cc7977 Author: Stefan Kangas <stefankan...@gmail.com> Commit: Stefan Kangas <stefankan...@gmail.com>
Bump version to 0.6 --- url-scgi.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/url-scgi.el b/url-scgi.el index 67364dcac5..fd64d83d58 100644 --- a/url-scgi.el +++ b/url-scgi.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2011-2021 Stefan Kangas. ;; Author: Stefan Kangas <stefankan...@gmail.com> -;; Version: 0.5 +;; Version: 0.6 ;; Keywords: comm, data, processes, scgi ;; Package-Requires: ((cl-lib "0.5")) @@ -34,6 +34,8 @@ ;;; Change Log: +;; 0.6 - Documentation fixes + ;; 0.5 - Fix using file socket on Emacs 25 ;; Fix cl-check-type bug on Emacs 26.1 @@ -50,7 +52,7 @@ (require 'cl-lib) (require 'url-parse) -(defvar url-scgi-version "0.5" +(defvar url-scgi-version "0.6" "The version of scgi that you're using.") (defvar url-scgi-connection-opened)