Version bump for 2.7 release.
authorEric S. Raymond <esr@thyrsus.com>
Sat, 15 Mar 2014 11:33:09 +0000 (07:33 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sat, 15 Mar 2014 11:33:09 +0000 (07:33 -0400)
irkerd
irkerhook.py

diff --git a/irkerd b/irkerd
index e9076586e75263b67f15ee6b696aef185d6cafee..790a2560add04ea0cc0e9b1717b6e86b34962b06 100755 (executable)
--- 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
index d17248a59552e8cb098b439f49ebfc9a1693d3ac..5f15032c4e96ccf7c4e0261745aa4c54a324a370 100755 (executable)
@@ -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