From 75175c10df45ca42b000a3823bc55905da3a91ae Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sat, 21 Jan 2017 17:30:13 +0100 Subject: [PATCH] net: bump versions after important changes --- net/l2tp/Makefile | 2 +- net/pppoe/Makefile | 2 +- net/pptp/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/l2tp/Makefile b/net/l2tp/Makefile index f41483549..ec0941f84 100644 --- a/net/l2tp/Makefile +++ b/net/l2tp/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= l2tp -PLUGIN_VERSION= 1.5 +PLUGIN_VERSION= 1.6 PLUGIN_DEPENDS= clog mpd5 PLUGIN_COMMENT= L2TP server based on MPD5 PLUGIN_MAINTAINER= franco@opnsense.org diff --git a/net/pppoe/Makefile b/net/pppoe/Makefile index cd8173cca..1d240a9a4 100644 --- a/net/pppoe/Makefile +++ b/net/pppoe/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= pppoe -PLUGIN_VERSION= 1.5 +PLUGIN_VERSION= 1.6 PLUGIN_DEPENDS= clog mpd5 PLUGIN_COMMENT= PPPoE server based on MPD5 PLUGIN_MAINTAINER= franco@opnsense.org diff --git a/net/pptp/Makefile b/net/pptp/Makefile index 2365e877f..e75827b59 100644 --- a/net/pptp/Makefile +++ b/net/pptp/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= pptp -PLUGIN_VERSION= 1.5 +PLUGIN_VERSION= 1.6 PLUGIN_DEPENDS= clog mpd5 PLUGIN_COMMENT= PPTP server based on MPD5 PLUGIN_MAINTAINER= franco@opnsense.org