Skip to content

Commit

Permalink
Rev the version, in preparation of a release.
Browse files Browse the repository at this point in the history
  • Loading branch information
TJ Saunders committed Mar 10, 2020
1 parent db18820 commit cc55147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod_proxy_protocol.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -30,7 +30,7 @@
# include <sys/uio.h>
#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
Expand Down

0 comments on commit cc55147

Please sign in to comment.