From 1738219d3a47450dcda61516338dc59a540eb399 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 30 May 2014 10:53:01 -0400 Subject: [PATCH] Version bump for 2.8 release. --- NEWS | 2 +- irkerd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index f36cc61..cddd917 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ irker history -Repository head: +2.8: 2014-05-30 Various minor improvements to irk. Cope better with branch names containing slashes. diff --git a/irkerd b/irkerd index 0893381..c0d3d7a 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.7" +version = "2.8" import argparse import logging -- 2.26.2