NetBSD-ftpd 20200615

Update version to "NetBSD-ftpd 20200615" for changes:
- Increase some buffer sizes.
- Rename blacklist to blocklist.
This commit is contained in:
lukem 2020-07-04 01:20:42 +00:00
parent 71a0f0ceb5
commit 95fccb75a2
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
/* $NetBSD: version.h,v 1.76 2019/01/29 11:51:05 lukem Exp $ */
/* $NetBSD: version.h,v 1.77 2020/07/04 01:20:42 lukem Exp $ */
/*-
* Copyright (c) 1999-2019 The NetBSD Foundation, Inc.
* Copyright (c) 1999-2020 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
@ -29,5 +29,5 @@
*/
#ifndef FTPD_VERSION
#define FTPD_VERSION "NetBSD-ftpd 20180428"
#define FTPD_VERSION "NetBSD-ftpd 20200615"
#endif