From 96b35b303b52a150e8643c45aa9d0ba5d4c1f6e0 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 2 Oct 2012 12:10:31 -0400 Subject: [PATCH] Version bump for release. --- NEWS | 2 +- irkerd | 2 +- irkerhook.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 50feb14..675d909 100644 --- 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 fe99a05..1dc8489 100755 --- 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: # diff --git a/irkerhook.py b/irkerhook.py index eaf9f00..70a496e 100755 --- a/irkerhook.py +++ b/irkerhook.py @@ -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("'","'\\''") + "'" -- 2.26.2