diff options
author | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-05-25 14:40:12 +0200 |
---|---|---|
committer | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-05-25 14:40:12 +0200 |
commit | 5014e05f377f4051a07380d84954704eaebb82fe (patch) | |
tree | 099ba7a8760382682b177b275e3257057cd5d8d9 /applications/luci-app-ddns/Makefile | |
parent | 64b728a2dfc1fd2ed5e7cced67c3ab2555dd3a53 (diff) | |
parent | 740ce09fb96032f1e76b6f942a5a3798a481b5d3 (diff) |
Merge pull request #394 from chris5560/master
luci-app-ddns: fixed version check
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 a2d2ae9473..0e1e5df4c1 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 |