]> code.delx.au - gnu-emacs-elpa/commitdiff
Set version to 1.01.
authorAndrew Hyatt <ahyatt@gmail.com>
Sat, 6 Jul 2013 21:46:22 +0000 (17:46 -0400)
committerAndrew Hyatt <ahyatt@gmail.com>
Sat, 6 Jul 2013 21:46:22 +0000 (17:46 -0400)
websocket.el

index b5ada903d3a0ee867a8026182cdf2013f83231aa..ce6249bb2ac72e0d5eb3f2cf666af1cf24aa0e73 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.0
+;; Version: 1.01
 ;;
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
@@ -101,7 +101,7 @@ same for the protocols.
   accept-string
   (inflight-input nil))
 
-(defvar websocket-version "1.0"
+(defvar websocket-version "1.01"
   "Version numbers of this version of websocket.el.")
 
 (defvar websocket-debug nil