We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a0aa1e commit 49116e2Copy full SHA for 49116e2
mod_proxy.h.in
@@ -1,6 +1,6 @@
1
/*
2
* ProFTPD - mod_proxy
3
- * Copyright (c) 2012-2023 TJ Saunders
+ * Copyright (c) 2012-2024 TJ Saunders
4
*
5
* This program is free software; you can redistribute it and/or modify
6
* it under the terms of the GNU General Public License as published by
@@ -88,7 +88,7 @@
88
/* Define if you have the strnstr(3) function. */
89
#undef HAVE_STRNSTR
90
91
-#define MOD_PROXY_VERSION "mod_proxy/0.9.3"
+#define MOD_PROXY_VERSION "mod_proxy/0.9.4"
92
93
/* Make sure the version of proftpd is as necessary. */
94
#if PROFTPD_VERSION_NUMBER < 0x0001030706
0 commit comments