Version bump for 2.8 release. 2.8
authorEric S. Raymond <esr@thyrsus.com>
Fri, 30 May 2014 14:53:01 +0000 (10:53 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Fri, 30 May 2014 14:53:01 +0000 (10:53 -0400)
NEWS
irkerd

diff --git a/NEWS b/NEWS
index f36cc61630e1228089789deabbee70da5854f8bd..cddd917d14af3a2a7c3cda891ecab9a52c4f3524 100644 (file)
--- 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 0893381cb6a3cddfcc09b37d4158ab03b0c6d030..c0d3d7afaa47e93ad06e276237e2e23c8d5dffff 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.7"
+version = "2.8"
 
 import argparse
 import logging