diff options
author | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2016-07-24 20:29:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-24 20:29:27 +0200 |
commit | 936d7716132653c6e23f96af2f2467c77bef1ff9 (patch) | |
tree | a5639354dcd98ab69424c2fde392fca820d57ecd /applications/luci-app-privoxy/Makefile | |
parent | 6be690473bfd6d23fb329cfd86f0c3776ea0e0e6 (diff) | |
parent | 9549cb6ca2ac6a93b17784ec16608bb63cc044ec (diff) |
Merge pull request #764 from chris5560/master
luci-app-privoxy: change to tabbed display
Diffstat (limited to 'applications/luci-app-privoxy/Makefile')
-rw-r--r-- | applications/luci-app-privoxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-privoxy/Makefile b/applications/luci-app-privoxy/Makefile index 45d72d4ef0..e174c807b8 100644 --- a/applications/luci-app-privoxy/Makefile +++ b/applications/luci-app-privoxy/Makefile @@ -10,7 +10,7 @@ PKG_NAME:=luci-app-privoxy # Version == major.minor.patch # increase "minor" on new functionality and "patch" on patches/optimization -PKG_VERSION:=1.0.5 +PKG_VERSION:=1.0.6 # Release == build # increase on changes of translation files |