From cc55147674e8d8e9d8daffcf452c17cf4aa34f0d Mon Sep 17 00:00:00 2001 From: TJ Saunders Date: Tue, 10 Mar 2020 11:03:34 -0700 Subject: [PATCH] Rev the version, in preparation of a release. --- mod_proxy_protocol.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod_proxy_protocol.c b/mod_proxy_protocol.c index d340810..36e9d7f 100644 --- a/mod_proxy_protocol.c +++ b/mod_proxy_protocol.c @@ -1,6 +1,6 @@ /* * ProFTPD - mod_proxy_protocol - * Copyright (c) 2013-2017 TJ Saunders + * Copyright (c) 2013-2020 TJ Saunders * * 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 @@ -30,7 +30,7 @@ # include #endif /* HAVE_SYS_UIO_H */ -#define MOD_PROXY_PROTOCOL_VERSION "mod_proxy_protocol/0.1" +#define MOD_PROXY_PROTOCOL_VERSION "mod_proxy_protocol/0.2" /* Make sure the version of proftpd is as necessary. */ #if PROFTPD_VERSION_NUMBER < 0x0001030504