diff options
author | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-06-04 21:00:37 +0200 |
---|---|---|
committer | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-06-04 21:00:37 +0200 |
commit | 0ef7a00afd01f2992dd610ad5d2d071a33ca08d1 (patch) | |
tree | 6276d78374fd3b45fdcf6204c6b9efbd8a1874f8 /applications/luci-app-privoxy/Makefile | |
parent | 57c5143b23f7d6e7bbe09c0e634dea04a190e821 (diff) | |
parent | 22f40d392bea954c789a6fc9320cf8993891202e (diff) |
Merge pull request #401 from chris5560/master
luci-app-privoxy: fixed function ipkg_ver_compare()
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 bc2c57ee93..3d87a417f6 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.3 +PKG_VERSION:=1.0.4 # Release == build # increase on changes of translation files |