From dbcb19860e69df9966bc5bb3d1344116368db8af Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 3 Oct 2012 00:30:30 -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 0d90965..3d88eb4 100644 --- a/NEWS +++ b/NEWS @@ -27,7 +27,7 @@ The color variable is no longer boolean; may be miRC or ANSI. The installation instructions for irkerhook.py have changed! -1.5 @ +1.5 @ 2012-10-03 Mercurial support. Shorten nick negotiation by choosing a random bick base from a large range. Make irkerd exit cleanly on control-C. diff --git a/irkerd b/irkerd index d7d5aba..651bad0 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.4" +version = "1.5" # Sketch of implementation: # diff --git a/irkerhook.py b/irkerhook.py index fabc754..244b65c 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.4" +version = "1.5" def shellquote(s): return "'" + s.replace("'","'\\''") + "'" -- 2.26.2