diff options
author | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-05-14 09:02:40 +0200 |
---|---|---|
committer | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-05-14 09:02:40 +0200 |
commit | 754ca290e578b5a60f5d9c2b2f4abf50d68f362a (patch) | |
tree | c6611e9f7bfe330e089df8967b5d8459bafb9112 /applications/luci-app-ddns/Makefile | |
parent | 4cabf997e5bc68dd2604ae8cfc3149ca5d212296 (diff) | |
parent | d3b6c375ced552773ec08b8a501b7166b749f14b (diff) |
Merge pull request #382 from chris5560/master
luci-app-ddns: reflect changes on ddns-scripts
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 1bffcaa4b3..a2d2ae9473 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.2 +PKG_VERSION:=2.2.3 # Release == build # increase on changes of translation files |