From 44741082584ee9436befd815b7e042e51da9c901 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 26 Nov 2013 10:13:08 -0500 Subject: [PATCH] Version bump for release 2.1. --- NEWS | 2 +- irkerd | 2 +- irkerhook.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index b655ff9..b6d2f95 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ irker history -Repository head: +2.1 @ 2013-11-26 A performance improvement in the git repository hook. Documentation polishing. diff --git a/irkerd b/irkerd index a43197e..ddd3f9c 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 = "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 -- 2.26.2