projects
/
irker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba82abc
)
Version bump for 2.7 release.
author
Eric S. Raymond
<esr@thyrsus.com>
Sat, 15 Mar 2014 11:33:09 +0000
(07:33 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Sat, 15 Mar 2014 11:33:09 +0000
(07:33 -0400)
irkerd
patch
|
blob
|
history
irkerhook.py
patch
|
blob
|
history
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
diff --git
a/irkerhook.py
b/irkerhook.py
index d17248a59552e8cb098b439f49ebfc9a1693d3ac..5f15032c4e96ccf7c4e0261745aa4c54a324a370 100755
(executable)
--- 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