Skip to content

Commit

Permalink
Merge pull request #16 from tkf/websocket-version
Browse files Browse the repository at this point in the history
Add a variable websocket-version
  • Loading branch information
ahyatt committed Jul 7, 2012
2 parents 89b9afe + 4569194 commit 559f84b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions websocket.el
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ server.
(accept-string (assert nil))
(inflight-input nil))

(defvar websocket-version "0.9"
"Version numbers of this version of websocket.el.")

(defvar websocket-debug nil
"Set to true to output debugging info to a per-websocket buffer.
The buffer is ` *websocket URL debug*' where URL is the
Expand Down

0 comments on commit 559f84b

Please sign in to comment.