From 80152144fa1ae3b8a6477a6d6fc6361a18cab30b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 24 Jan 2013 22:43:27 -0500 Subject: [PATCH] Versin bump for release 1.16. --- NEWS | 4 ++-- irkerd | 2 +- irkerhook.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 4f9c496..746cb35 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ irker history -1.6 @ - Deal with non-ASCII author names and '|' in the command line. +1.6 @ 2013-01-24 + Deal gracefully with non-ASCII author names and '|' in the command line. 1.15 @ 2012-12-08 Don't append an extra newline in the Subversion hook. diff --git a/irkerd b/irkerd index 5f90fdc..8ec8412 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.15" +version = "1.16" import sys, getopt, urlparse, time, random, socket, signal import threading, Queue, SocketServer diff --git a/irkerhook.py b/irkerhook.py index 527266f..908f6b6 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 = "1.15" +version = "1.16" import os, sys, commands, socket, urllib, subprocess, locale from pipes import quote as shellquote -- 2.26.2