Version bump for release.
authorEric S. Raymond <esr@thyrsus.com>
Tue, 2 Oct 2012 16:10:31 +0000 (12:10 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 2 Oct 2012 16:10:31 +0000 (12:10 -0400)
NEWS
irkerd
irkerhook.py

diff --git a/NEWS b/NEWS
index 50feb143c787c08efa8ddf5a4beceed75a291616..675d9095ab113f79ff9f9283dc696d6c7293f082 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -21,7 +21,7 @@
   irkerd now uses green threads, with much lower overhead.
   Fix a bug in handling of channel names with no prefix.
 
-1.4 @
+1.4 @ 2012-10-01
   Graceful handling of server disconnects and kicks.
   Distribution now inclues an installable irkerd plist for Mac OS/X.
   The color variable is no longer boolean; may be miRC or ANSI.
diff --git a/irkerd b/irkerd
index fe99a05777bf815b6160cb4c08dd1c461f270761..1dc8489774fbcc8998bb97379b3b344f432b4309 100755 (executable)
--- a/irkerd
+++ b/irkerd
@@ -62,7 +62,7 @@ import sys, json, getopt, urlparse, time, random
 import threading, Queue, SocketServer
 import irc.client, logging
 
-version = "1.3"
+version = "1.4"
 
 # Sketch of implementation:
 #
index eaf9f004b460dd8ce1284ecc1c73dbe1a89d870e..70a496e8e1a5d630dda3b21c0d9d597c72a23db0 100755 (executable)
@@ -39,7 +39,7 @@ default_channels = "irc://chat.freenode.net/%(project)s,irc://chat.freenode.net/
 
 import os, sys, commands, socket, urllib, json
 
-version = "1.3"
+version = "1.4"
 
 def shellquote(s):
     return "'" + s.replace("'","'\\''") + "'"