Version bump for release 2.1. 2.1
authorEric S. Raymond <esr@thyrsus.com>
Tue, 26 Nov 2013 15:13:08 +0000 (10:13 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 26 Nov 2013 15:13:08 +0000 (10:13 -0500)
NEWS
irkerd
irkerhook.py

diff --git a/NEWS b/NEWS
index b655ff929a4005f81f117bdbf0ed9315e9242fa6..b6d2f95017fd3cb752228876452e185480532127 100644 (file)
--- 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 a43197e2aa0006cf58d95be36470b3e958ed6728..ddd3f9cc8edc19f8543b914f66acceddec78a1c4 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 = "2.0"
+version = "2.1"
 
 import sys, getopt, urlparse, time, random, socket, signal, re
 import threading, Queue, SocketServer, select
index 20ef9119dcfc677b67ba657c7def87b7011b0b02..5852b120fe012e0c6eff5dbece5855989a148bf3 100755 (executable)
@@ -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