diff options
author | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-03-20 09:09:21 +0100 |
---|---|---|
committer | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-03-20 09:09:21 +0100 |
commit | 3e37216a463f9109afdc11140d9dd75af801fe2b (patch) | |
tree | fceb0c1291f5ca38620649ff182accb2b1361ebb /applications/luci-app-ddns/Makefile | |
parent | 6160a53ab992e998adcda7119e49096a65a7f5de (diff) | |
parent | 39029888782ce7ea6862cbdfd4322e8b6b14843e (diff) |
Merge pull request #347 from chris5560/master-app-ddns
luci-app-ddns: fix errors in global.lua
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 f20b49e902..1bffcaa4b3 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.1 +PKG_VERSION:=2.2.2 # Release == build # increase on changes of translation files |