diff options
author | Stan Grishin <stangri@melmac.ca> | 2023-01-03 13:21:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-03 13:21:14 -0700 |
commit | ee768039e2b009a8ec3ffab8b9f28e71c7dca1f5 (patch) | |
tree | 64ae8dab35a01023f53089956359978dd3bbaf4c /applications/luci-app-pbr/Makefile | |
parent | f470452c4a1c478caf1bbbc19568c523e203e8dc (diff) | |
parent | a748f86fec61d7c390ff0f9ee4a007fadfa936f7 (diff) |
Merge pull request #6181 from stangri/master-luci-app-pbr
luci-app-pbr: additional error messages
Diffstat (limited to 'applications/luci-app-pbr/Makefile')
-rw-r--r-- | applications/luci-app-pbr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-pbr/Makefile b/applications/luci-app-pbr/Makefile index 9369bae9a9..1d7eeeddab 100644 --- a/applications/luci-app-pbr/Makefile +++ b/applications/luci-app-pbr/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca> -PKG_VERSION:=1.0.1-1 +PKG_VERSION:=1.0.1-10 LUCI_TITLE:=Policy Based Routing Service Web UI LUCI_DESCRIPTION:=Provides Web UI for Policy Based Routing Service. |