From: Eric S. Raymond Date: Sat, 15 Mar 2014 11:33:09 +0000 (-0400) Subject: Version bump for 2.7 release. X-Git-Tag: 2.7~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=baad6e5c1f3d4e5e04f33416063311834307d947;p=irker.git Version bump for 2.7 release. --- 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