diff options
author | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-11-09 21:39:50 +0100 |
---|---|---|
committer | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-11-09 21:39:50 +0100 |
commit | 665a793b5742073eb01c555648200d9238f244c5 (patch) | |
tree | 43ac02fdaa19b21376cabd6c5a4c34105783b353 /applications/luci-app-privoxy/Makefile | |
parent | 524c918c7da497108d6d1a913dafa6ca55dbeebc (diff) |
luci-app-privoxy: remove map.title hack
remove map.title hack; no longer needed
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Diffstat (limited to 'applications/luci-app-privoxy/Makefile')
-rw-r--r-- | applications/luci-app-privoxy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-privoxy/Makefile b/applications/luci-app-privoxy/Makefile index e16eb4176..260f840c6 100644 --- a/applications/luci-app-privoxy/Makefile +++ b/applications/luci-app-privoxy/Makefile @@ -10,11 +10,11 @@ PKG_NAME:=luci-app-privoxy # Version == major.minor.patch # increase "minor" on new functionality and "patch" on patches/optimization -PKG_VERSION:=1.0.4 +PKG_VERSION:=1.0.5 # Release == build # increase on changes of translation files -PKG_RELEASE:=2 +PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com> |