diff options
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | irkerd | 2 | ||||
-rwxr-xr-x | irkerhook.py | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ irker history -Repository head: +2.1 @ 2013-11-26 A performance improvement in the git repository hook. Documentation polishing. @@ -43,7 +43,7 @@ CONNECTION_MAX = 200 # To avoid hitting a thread limit # No user-serviceable parts below this line -version = "2.0" +version = "2.1" import sys, getopt, urlparse, time, random, socket, signal, re import threading, Queue, SocketServer, select diff --git a/irkerhook.py b/irkerhook.py index 20ef911..5852b12 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 = "2.0" +version = "2.1" import os, sys, commands, socket, urllib, subprocess, locale, datetime from pipes import quote as shellquote |