Skip to content

Commit 49116e2

Browse files
committed
Forgot to bump the module version for the release.
1 parent 1a0aa1e commit 49116e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mod_proxy.h.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* ProFTPD - mod_proxy
3-
* Copyright (c) 2012-2023 TJ Saunders
3+
* Copyright (c) 2012-2024 TJ Saunders
44
*
55
* This program is free software; you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by
@@ -88,7 +88,7 @@
8888
/* Define if you have the strnstr(3) function. */
8989
#undef HAVE_STRNSTR
9090

91-
#define MOD_PROXY_VERSION "mod_proxy/0.9.3"
91+
#define MOD_PROXY_VERSION "mod_proxy/0.9.4"
9292

9393
/* Make sure the version of proftpd is as necessary. */
9494
#if PROFTPD_VERSION_NUMBER < 0x0001030706

0 commit comments

Comments
 (0)