From baad6e5c1f3d4e5e04f33416063311834307d947 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 15 Mar 2014 07:33:09 -0400 Subject: [PATCH] Version bump for 2.7 release. --- irkerd | 2 +- irkerhook.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/irkerd b/irkerd index e907658..790a256 100755 --- a/irkerd +++ b/irkerd @@ -40,7 +40,7 @@ CONNECTION_MAX = 200 # To avoid hitting a thread limit # No user-serviceable parts below this line -version = "2.6" +version = "2.7" import argparse import logging diff --git a/irkerhook.py b/irkerhook.py index d17248a..5f15032 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 = "2.6" +version = "2.7" import os, sys, commands, socket, urllib, subprocess, locale, datetime from pipes import quote as shellquote -- 2.26.2