From 01aabc7a1b000d83d3f371f7f44c912b37e084e6 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 9 Aug 2017 03:59:04 +0100 Subject: [PATCH] with-authinfo-kludge: Declare this an actual version. It's been running with proper users and no complaints for over a year, so I think I can safely say that it's working well enough. --- with-authinfo-kludge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/with-authinfo-kludge b/with-authinfo-kludge index 2212cbf..f8d46bf 100755 --- a/with-authinfo-kludge +++ b/with-authinfo-kludge @@ -21,7 +21,7 @@ ### along with this program; if not, write to the Free Software Foundation, ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -my $VERSION = "0.1.0~unfinished"; +my $VERSION = "0.1.0"; use strict; -- 2.11.0