branch: externals/websocket commit 491a60b8bb8a6c3bd081c70354ab82040b0a7db3 Author: Andrew Hyatt <ahy...@gmail.com> Commit: Andrew Hyatt <ahy...@gmail.com>
Set version to 1.12. --- websocket.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket.el b/websocket.el index 95dd042c9d..1d69508ad0 100644 --- a/websocket.el +++ b/websocket.el @@ -4,7 +4,7 @@ ;; Author: Andrew Hyatt <ahy...@gmail.com> ;; Keywords: Communication, Websocket, Server -;; Version: 1.11.1 +;; Version: 1.12 ;; Package-Requires: ((cl-lib "0.5")) ;; ;; This program is free software; you can redistribute it and/or @@ -100,7 +100,7 @@ same for the protocols." accept-string (inflight-input nil)) -(defvar websocket-version "1.11.1" +(defvar websocket-version "1.12" "Version numbers of this version of websocket.el.") (defvar websocket-debug nil