branch: externals/websocket
commit 53bfd56e12d9d1384b8105aa2a6ea0d7bdacb7da
Author: Andrew Hyatt <[email protected]>
Commit: Andrew Hyatt <[email protected]>
Upgrade version number to 1.11.
Major changes in this version:
- Performance improvements.
- More configurable error handling.
---
websocket.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/websocket.el b/websocket.el
index 53ec1dd25c..88c8c1b00b 100644
--- a/websocket.el
+++ b/websocket.el
@@ -4,7 +4,7 @@
;; Author: Andrew Hyatt <[email protected]>
;; Keywords: Communication, Websocket, Server
-;; Version: 1.10
+;; Version: 1.11
;; 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.10"
+(defvar websocket-version "1.11"
"Version numbers of this version of websocket.el.")
(defvar websocket-debug nil