From 325da5a195bc8210451ccd9dffa5e4298c5d08fb Mon Sep 17 00:00:00 2001 From: Robert Spencer Date: Thu, 2 Sep 2021 20:07:03 +0200 Subject: [PATCH] Update version string and copyright date --- backstep-traceback | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backstep-traceback b/backstep-traceback index 0cd3b77..d8bd568 100755 --- a/backstep-traceback +++ b/backstep-traceback @@ -1,6 +1,6 @@ #!/usr/bin/perl # backstep-traceback - Client software for the AWIT Backstep server -# Copyright (c) 2010-2018, AllWorldIT +# Copyright (c) 2010-2021, AllWorldIT # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -57,7 +57,7 @@ use Sys::Hostname; -our $VERSION = "1.3.4"; +our $VERSION = "1.3.5"; # Constants sub LOG_DEBUG { return 5; } -- GitLab