From 6931b9c3d1bd92a176134cfc8f657ec7cc096a92 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 8 Oct 2012 11:06:53 -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 8030956..ce39670 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ irker history -1.9 @ +1.9 @ 2012-10-08 This is a stable release. Proper mutex locks prevent an occasional thread crash on session timeout. There's now systemd installation support for irkerd. diff --git a/irkerd b/irkerd index 03d0254..6ca6363 100755 --- a/irkerd +++ b/irkerd @@ -41,7 +41,7 @@ ANTI_BUZZ_DELAY = 0.09 # Anti-buzz delay after queue-empty check # No user-serviceable parts below this line -version = "1.8" +version = "1.9" # This black magic imports support for green threads (coroutines), # then has kinky sex with the import library internals, replacing diff --git a/irkerhook.py b/irkerhook.py index 65f7f1c..369d5c9 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.8" +version = "1.9" import os, sys, commands, socket, urllib, subprocess from pipes import quote as shellquote -- 2.26.2