diff options
author | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-05-24 20:03:52 +0200 |
---|---|---|
committer | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-05-24 20:03:52 +0200 |
commit | 740ce09fb96032f1e76b6f942a5a3798a481b5d3 (patch) | |
tree | 099ba7a8760382682b177b275e3257057cd5d8d9 /applications/luci-app-ddns/Makefile | |
parent | 64b728a2dfc1fd2ed5e7cced67c3ab2555dd3a53 (diff) |
luci-app-ddns: fixed version check
fixed version checking in function ipkg_ver_compare()
Reported issue #387 and openwrt/packages issue 1285
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Diffstat (limited to 'applications/luci-app-ddns/Makefile')
-rw-r--r-- | applications/luci-app-ddns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-ddns/Makefile b/applications/luci-app-ddns/Makefile index a2d2ae947..0e1e5df4c 100644 --- a/applications/luci-app-ddns/Makefile +++ b/applications/luci-app-ddns/Makefile @@ -10,7 +10,7 @@ PKG_NAME:=luci-app-ddns # Version == major.minor.patch # increase on new functionality (minor) or patches (patch) -PKG_VERSION:=2.2.3 +PKG_VERSION:=2.2.4 # Release == build # increase on changes of translation files |