diff options
author | Stan Grishin <stangri@melmac.net> | 2021-06-09 22:49:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-09 22:49:17 -0700 |
commit | f35afea1cbcc3079045cad78cfd91c154fa05a9a (patch) | |
tree | 4f77b2957ac31432eaaecffb4ef75e016d2f81d3 /applications/luci-app-vpn-policy-routing/Makefile | |
parent | ded6e53bcdb9c484f99779fffa20a37bc6d70c3c (diff) | |
parent | 7195e8f8d7dbdc046dff8bf0d9c6d611f45224a6 (diff) |
Merge pull request #5114 from stangri/master-luci-app-vpn-policy-routing
luci-app-vpn-policy-routing: support for 21.02.0-rc2
Diffstat (limited to 'applications/luci-app-vpn-policy-routing/Makefile')
-rw-r--r-- | applications/luci-app-vpn-policy-routing/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-vpn-policy-routing/Makefile b/applications/luci-app-vpn-policy-routing/Makefile index 81a6cb485a..55cce87757 100644 --- a/applications/luci-app-vpn-policy-routing/Makefile +++ b/applications/luci-app-vpn-policy-routing/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net> -PKG_VERSION:=0.3.2-20 +PKG_VERSION:=0.3.4-8 LUCI_TITLE:=VPN Policy-Based Routing Service Web UI LUCI_DESCRIPTION:=Provides Web UI for vpn-policy-routing service. |