From 24403906c02281dc276e017ddb203739731f2619 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 10 Oct 2012 17:40:23 -0400 Subject: [PATCH] Version bump for release. --- NEWS | 2 +- irkerd | 2 +- irkerhook.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 4e286bf..4fa8900 100644 --- 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 e51924f..6d85a6b 100755 --- 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 diff --git a/irkerhook.py b/irkerhook.py index ae60cf3..112f255 100755 --- a/irkerhook.py +++ b/irkerhook.py @@ -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 -- 2.26.2