Version bump for 1.18 release. 1.18
authorEric S. Raymond <esr@thyrsus.com>
Wed, 17 Apr 2013 00:57:05 +0000 (20:57 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Wed, 17 Apr 2013 00:57:05 +0000 (20:57 -0400)
irkerd
irkerhook.py

diff --git a/irkerd b/irkerd
index ca0d61704b77c347266f49cbfe2e324dd8fe0803..2b2a9dffd63634f094bdeb3dc73078de6b933c0f 100755 (executable)
--- a/irkerd
+++ b/irkerd
@@ -44,7 +44,7 @@ CONNECTION_MAX = 200          # To avoid hitting a thread limit
 
 # No user-serviceable parts below this line
 
-version = "1.17"
+version = "1.18"
 
 import sys, getopt, urlparse, time, random, socket, signal, re
 import threading, Queue, SocketServer
index 63ce932a2306db2e1ea1fc26280880ded4df8f19..972a6ab74466a50a2bd42faa8a3731df02967ac3 100755 (executable)
@@ -37,7 +37,7 @@ default_channels = "irc://chat.freenode.net/#commits"
 # No user-serviceable parts below this line:
 #
 
-version = "1.17"
+version = "1.18"
 
 import os, sys, commands, socket, urllib, subprocess, locale, datetime
 from pipes import quote as shellquote