Version bump for 2.3 release. 2.3
authorEric S. Raymond <esr@thyrsus.com>
Sun, 1 Dec 2013 02:41:09 +0000 (21:41 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 1 Dec 2013 02:41:09 +0000 (21:41 -0500)
NEWS
irkerd

diff --git a/NEWS b/NEWS
index bcf564c44ad1013c75987afeb93367a717e89490..c42c98337d3a33d8ca985838463f82cf561a8c91 100644 (file)
--- 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 86f10c686f848e5ec6eb35837f3a9432df46670b..8dedeba7fcd4e88c541bdb1a2fd97fe5ad38736c 100755 (executable)
--- 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