From 14acdd61de1e3679cb731713c6e5aba274fa8869 Mon Sep 17 00:00:00 2001
From: Benoit Germain <bnt.germain@gmail.com>
Date: Sun, 24 Jun 2012 15:12:32 +0200
Subject: fix issue #25 * lanes.timer() accepts a first_secs=nil to stop a
 timer * timer lane catches errors and prints them * fixed some typos in
 manual

---
 src/lanes.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/lanes.c')

diff --git a/src/lanes.c b/src/lanes.c
index 931af98..b1c4018 100644
--- a/src/lanes.c
+++ b/src/lanes.c
@@ -51,7 +51,7 @@
  *      ...
  */
 
-char const* VERSION = "3.1.3";
+char const* VERSION = "3.1.4";
 
 /*
 ===============================================================================
-- 
cgit v1.2.3-55-g6feb