summaryrefslogtreecommitdiffstats
path: root/FTPServer.h
diff options
context:
space:
mode:
authorDaniel Plasa <dplasa@gmail.com>2020-05-28 22:19:14 +0200
committerDaniel Plasa <dplasa@gmail.com>2020-05-28 22:19:14 +0200
commit2588b81bf85e15fa6db0a6005f3c127602ae8117 (patch)
treefb1c12a4c92a9b3223676aeb553a152287b9893f /FTPServer.h
parentadd Client docu (diff)
downloadFTPCLientServer-2588b81bf85e15fa6db0a6005f3c127602ae8117.tar
FTPCLientServer-2588b81bf85e15fa6db0a6005f3c127602ae8117.tar.gz
FTPCLientServer-2588b81bf85e15fa6db0a6005f3c127602ae8117.tar.bz2
FTPCLientServer-2588b81bf85e15fa6db0a6005f3c127602ae8117.tar.lz
FTPCLientServer-2588b81bf85e15fa6db0a6005f3c127602ae8117.tar.xz
FTPCLientServer-2588b81bf85e15fa6db0a6005f3c127602ae8117.tar.zst
FTPCLientServer-2588b81bf85e15fa6db0a6005f3c127602ae8117.zip
Diffstat (limited to 'FTPServer.h')
-rw-r--r--FTPServer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/FTPServer.h b/FTPServer.h
index fdc4078..f5f1448 100644
--- a/FTPServer.h
+++ b/FTPServer.h
@@ -30,7 +30,7 @@
** **
*******************************************************************************/
#include "FTPCommon.h"
-#define FTP_SERVER_VERSION "0.9.3-20200526"
+#define FTP_SERVER_VERSION "0.9.6-20200526"
class FTPServer : public FTPCommon
{