branch: externals/url-scgi commit 3677ee8e13f3c099ee0640cd1185406908ee36de Author: Stefan Kangas <skan...@skangas.se> Commit: Stefan Kangas <skan...@skangas.se>
Bump url-scgi.el version to 0.4 --- url-scgi.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/url-scgi.el b/url-scgi.el index 6be702a051..2867e40d5c 100644 --- a/url-scgi.el +++ b/url-scgi.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2011-2016 Stefan Kangas. ;; Author: Stefan Kangas <stefankan...@gmail.com> -;; Version: 0.3 +;; Version: 0.4 ;; Keywords: comm, data, processes, scgi ;; Package-Requires: ((cl-lib "0.5")) @@ -30,6 +30,8 @@ ;;; Change Log: +;; 0.4 Significant code cleanups + ;; 0.3 Support scgi over local socket ;; 0.2 Support Emacs 24 @@ -41,7 +43,7 @@ (require 'cl-lib) (require 'url-parse) -(defvar url-scgi-version "0.3" +(defvar url-scgi-version "0.4" "The version of scgi that you're using.") (defvar url-scgi-connection-opened)