]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/websocket/websocket.el
* packages/websocket/websocket.el: Fix version number.
[gnu-emacs-elpa] / packages / websocket / websocket.el
index 834efd1adc409b6c743332e5a05b96500054025a..7ea9c933bf9a7a1b0b24280bc29a72fab413e807 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: Andrew Hyatt <ahyatt at gmail dot com>
 ;; Maintainer: Andrew Hyatt <ahyatt at gmail dot com>
 ;; Keywords: Communication, Websocket, Server
-;; Version: 1.01
+;; Version: 1.1
 ;;
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
@@ -99,7 +99,7 @@ same for the protocols.
   accept-string
   (inflight-input nil))
 
-(defvar websocket-version "1.01"
+(defvar websocket-version "1.1"
   "Version numbers of this version of websocket.el.")
 
 (defvar websocket-debug nil