From abc1055aacaae445c0614f308ef25b3a1e165868 Mon Sep 17 00:00:00 2001 From: Nigel Kukard Date: Sun, 1 Jan 2017 20:30:38 +0000 Subject: [PATCH] Bumping version due to manpage change --- Makefile.PL | 1 + awit-ssh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 6250a02..fc50574 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -26,6 +26,7 @@ WriteMakefile( EXE_FILES => [qw( awit-ssh )], + MAN1EXT => "1", MAN1PODS => { 'awit-ssh' => 'blib/man1/awit-ssh.1', }, diff --git a/awit-ssh b/awit-ssh index 6d2b2fe..3d1312b 100755 --- a/awit-ssh +++ b/awit-ssh @@ -76,7 +76,7 @@ use User::pwent; my $NAME = "AWIT-SSH-Client"; -our $VERSION = "0.8.3"; +our $VERSION = "0.8.4"; print(STDERR "$NAME v$VERSION - Copyright (c) 2016-2017, AllWorldIT\n\n"); -- GitLab