branch: externals/websocket
commit 7d2adf218743c52578c8e8fd5584a5e54732e256
Author: Andrew Hyatt <[email protected]>
Commit: Andrew Hyatt <[email protected]>
Update version to 1.9.
---
websocket.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/websocket.el b/websocket.el
index 355e70b962..3d83b3a950 100644
--- a/websocket.el
+++ b/websocket.el
@@ -4,7 +4,7 @@
;; Author: Andrew Hyatt <[email protected]>
;; Keywords: Communication, Websocket, Server
-;; Version: 1.8
+;; Version: 1.9
;; Package-Requires: ((cl-lib "0.5"))
;;
;; This program is free software; you can redistribute it and/or
@@ -99,7 +99,7 @@ same for the protocols."
accept-string
(inflight-input nil))
-(defvar websocket-version "1.5"
+(defvar websocket-version "1.9"
"Version numbers of this version of websocket.el.")
(defvar websocket-debug nil