diff options
author | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-06-04 20:59:21 +0200 |
---|---|---|
committer | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-06-04 20:59:21 +0200 |
commit | 22f40d392bea954c789a6fc9320cf8993891202e (patch) | |
tree | 6276d78374fd3b45fdcf6204c6b9efbd8a1874f8 /applications/luci-app-privoxy/Makefile | |
parent | e2d6ee782246a61aa88c87dfae0f596882adcd0a (diff) |
luci-app-privoxy: fixed function ipkg_ver_compare()
fixed function ipkg_ver_compare()
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-privoxy/Makefile b/applications/luci-app-privoxy/Makefile index bc2c57ee9..3d87a417f 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 |