From 4c5abf289cc041d77e5f487c44c24e0f5fc5ae61 Mon Sep 17 00:00:00 2001 From: Fabian Franz Date: Wed, 10 May 2017 17:14:50 +0200 Subject: [PATCH] Quagga: Bump version number This will allow to update the developer preview --- net/quagga/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 3f21c5465..459a0d63d 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= quagga -PLUGIN_VERSION= 1.1.1 +PLUGIN_VERSION= 1.2.0 PLUGIN_COMMENT= Quagga Routing Suite PLUGIN_DEPENDS= quagga ruby PLUGIN_MAINTAINER= franz.fabian.94@gmail.com