X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=applications%2Fluci-app-ddns%2FMakefile;h=1e38c25225b5d01049fcd8d5040bf8c12756177a;hb=2dd9ccef6958866f38f05c73ef514b8f5d01c4b8;hp=f20b49e90207b30ec498dee991bb60bb5a540db0;hpb=6f56c69d63373d7a92be3ab96609a41bf649c131;p=project%2Fluci.git diff --git a/applications/luci-app-ddns/Makefile b/applications/luci-app-ddns/Makefile index f20b49e90..1e38c2522 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.3.1 # Release == build # increase on changes of translation files @@ -33,6 +33,6 @@ help $(PKG_MAINTAINER) endef -include $(TOPDIR)/feeds/luci/luci.mk +include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature