branch: externals/websocket commit dba6893ec57135db1fe4aa7541624aaf767b2e40 Author: Andrew Hyatt <ahy...@gmail.com> Commit: Andrew Hyatt <ahy...@gmail.com>
Bump version to 1.4 --- websocket.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket.el b/websocket.el index 316bc0d1af..1e1baa3690 100644 --- a/websocket.el +++ b/websocket.el @@ -5,7 +5,7 @@ ;; Author: Andrew Hyatt <ahyatt at gmail dot com> ;; Maintainer: Andrew Hyatt <ahyatt at gmail dot com> ;; Keywords: Communication, Websocket, Server -;; Version: 1.3 +;; Version: 1.4 ;; ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as @@ -99,7 +99,7 @@ same for the protocols. accept-string (inflight-input nil)) -(defvar websocket-version "1.3" +(defvar websocket-version "1.4" "Version numbers of this version of websocket.el.") (defvar websocket-debug nil