From 66e1e5fc287ed50a8b9129c49676b23c12a09a85 Mon Sep 17 00:00:00 2001 From: Tore Anderson Date: Mon, 20 May 2019 10:19:56 +0200 Subject: [PATCH] Bump version to v1.5 Most important change is 19c4042 - necessary to support newer Linux kernels. --- clatd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clatd b/clatd index 4ed36d5..1003d00 100755 --- a/clatd +++ b/clatd @@ -26,7 +26,7 @@ use strict; use Net::IP; -my $VERSION = "1.4"; +my $VERSION = "1.5"; # # Populate the global config hash with the default values