From b2f0aa403179160a28e494e1f41f13423f085009 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 30 Nov 2013 21:41:09 -0500 Subject: [PATCH] Version bump for 2.3 release. --- NEWS | 2 +- irkerd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index bcf564c..c42c983 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ irker history -Repository head: +2.3 @ 2013-11-30 -i option enables immediate sending of one line in foreground. 2.2 @ 2013-11-29 diff --git a/irkerd b/irkerd index 86f10c6..8dedeba 100755 --- a/irkerd +++ b/irkerd @@ -43,7 +43,7 @@ CONNECTION_MAX = 200 # To avoid hitting a thread limit # No user-serviceable parts below this line -version = "2.2" +version = "2.3" import sys, getopt, urlparse, time, random, socket, signal, re import threading, Queue, SocketServer, select -- 2.26.2