From c26e35c07e8ea755f715d2931fe922384dbf7a04 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 7 Nov 2016 21:26:02 +0100 Subject: [PATCH] net/ftp-proxy: first release in 16.7.8 Approved by: @fbrendel --- net/ftp-proxy/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/ftp-proxy/Makefile b/net/ftp-proxy/Makefile index a834535e3..a0cb6ed0d 100644 --- a/net/ftp-proxy/Makefile +++ b/net/ftp-proxy/Makefile @@ -1,7 +1,6 @@ PLUGIN_NAME= ftp-proxy -PLUGIN_VERSION= 0.2 +PLUGIN_VERSION= 1.0 PLUGIN_COMMENT= Control ftp-proxy processes PLUGIN_MAINTAINER= frank.brendel@eurolog.com -PLUGIN_PRIVATE= yes .include "../../Mk/plugins.mk"