From 549e7721e47be46974f4058cf7628052c8c7533e Mon Sep 17 00:00:00 2001 From: lukem Date: Thu, 22 Sep 2022 03:31:04 +0000 Subject: [PATCH] update ftp version to 20220911 PR/57003: Handle relative URLs (patch by kim@) --- usr.bin/ftp/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/ftp/version.h b/usr.bin/ftp/version.h index bbcf38c72def..58f91ca0eaec 100644 --- a/usr.bin/ftp/version.h +++ b/usr.bin/ftp/version.h @@ -1,7 +1,7 @@ -/* $NetBSD: version.h,v 1.94 2021/08/26 06:25:59 lukem Exp $ */ +/* $NetBSD: version.h,v 1.95 2022/09/22 03:31:04 lukem Exp $ */ /*- - * Copyright (c) 1999-2021 The NetBSD Foundation, Inc. + * Copyright (c) 1999-2022 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation @@ -34,5 +34,5 @@ #endif #ifndef FTP_VERSION -#define FTP_VERSION "20210826" +#define FTP_VERSION "20220911" #endif