diff --git a/websocket.el b/websocket.el index 95dd042..1d69508 100644 --- a/websocket.el +++ b/websocket.el @@ -4,7 +4,7 @@ ;; Author: Andrew Hyatt ;; 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