Add a todo note.
authorEric S. Raymond <esr@thyrsus.com>
Tue, 22 Oct 2013 23:53:17 +0000 (19:53 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 22 Oct 2013 23:53:17 +0000 (19:53 -0400)
irkerd

diff --git a/irkerd b/irkerd
index 808d1eb270f998ca5f51bc9e759104d39191c42e..4e0e24c8d9a9a60561117b7784f9262fdc3d877d 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 = "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