Version bump for release. 1.11
authorEric S. Raymond <esr@thyrsus.com>
Wed, 10 Oct 2012 21:40:23 +0000 (17:40 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Wed, 10 Oct 2012 21:40:23 +0000 (17:40 -0400)
NEWS
irkerd
irkerhook.py

diff --git a/NEWS b/NEWS
index 4e286bfeb761a2d5537f89a31ae322c2614d9455..4fa8900981976e80094eb68ecaebcecd87b586ed 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
                        irker history 
 
-1.11 @
+1.11 @ 2012-10-10
   Code is now fully Unicode-safe.
   A 'cialike' option emulates the file-summary behavior on the old CIA service.
 
diff --git a/irkerd b/irkerd
index e51924f4e9691a9cfa89f601cc2a7b59cb4bccae..6d85a6b93b12ea3fa2e0ae6e874862e9f91e5356 100755 (executable)
--- a/irkerd
+++ b/irkerd
@@ -42,7 +42,7 @@ CONNECTION_MAX = 200          # To avoid hitting a thread limit
 
 # No user-serviceable parts below this line
 
-version = "1.10"
+version = "1.11"
 
 import sys, getopt, urlparse, time, random, socket, signal
 import threading, Queue, SocketServer
index ae60cf30f2508386e4d46c6719d8763742d25a79..112f2557b6527ed7f43fae90c479e007bca4baf1 100755 (executable)
@@ -37,7 +37,7 @@ default_channels = "irc://chat.freenode.net/%(project)s,irc://chat.freenode.net/
 # No user-serviceable parts below this line:
 #
 
-version = "1.10"
+version = "1.11"
 
 import os, sys, commands, socket, urllib, subprocess, locale
 from pipes import quote as shellquote