From: Eric S. Raymond Date: Tue, 22 Oct 2013 23:53:17 +0000 (-0400) Subject: Add a todo note. X-Git-Tag: 2.0~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2e1b5c939aff77a1018234ede31613761d9a288e;p=irker.git Add a todo note. --- diff --git a/irkerd b/irkerd index 808d1eb..4e0e24c 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 = "1.20" +version = "1.20" # Bump this to 2.0 on the next release. import sys, getopt, urlparse, time, random, socket, signal, re import threading, Queue, SocketServer, select