From: Eric S. Raymond Date: Wed, 17 Apr 2013 00:57:05 +0000 (-0400) Subject: Version bump for 1.18 release. X-Git-Tag: 1.18^0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0c2b37e65bf3a13117604d2790f2b79b277b0d3e;p=irker.git Version bump for 1.18 release. --- diff --git a/irkerd b/irkerd index ca0d617..2b2a9df 100755 --- 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 diff --git a/irkerhook.py b/irkerhook.py index 63ce932..972a6ab 100755 --- a/irkerhook.py +++ b/irkerhook.py @@ -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