Skip to content
Snippets Groups Projects
Commit 1e520c08 authored by Eric S. Raymond's avatar Eric S. Raymond
Browse files

Version bump for release 2.17.

parent dce77ff8
No related branches found
No related tags found
No related merge requests found
irker history
Repository head:
2.17: 2016-03-14
Add a reconnect delay (Debian bug #749650).
Add proxy support (requres setting some variables in the source file).
Use git abbreviated hash to address Debian complaints.
......
......@@ -45,7 +45,7 @@ RECONNECT_DELAY = 3 # Don't spam servers with connection attempts
# No user-serviceable parts below this line
version = "2.16"
version = "2.17"
import argparse
import logging
......
......@@ -39,7 +39,7 @@ default_channels = "irc://chat.freenode.net/#commits"
# No user-serviceable parts below this line:
#
version = "2.16"
version = "2.17"
import os, sys, socket, urllib2, subprocess, locale, datetime, re
from pipes import quote as shellquote
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment