X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=applications%2Fluci-app-radicale%2FMakefile;h=c403ba54d6aac213aa08d728937401844851d646;hb=8eaac4b637d989680ad86dc3e84b0f3b547c1619;hp=960618dbac4394fb9f5f2722ca84ac749110e596;hpb=57c5143b23f7d6e7bbe09c0e634dea04a190e821;p=project%2Fluci.git diff --git a/applications/luci-app-radicale/Makefile b/applications/luci-app-radicale/Makefile index 960618dba..c403ba54d 100644 --- a/applications/luci-app-radicale/Makefile +++ b/applications/luci-app-radicale/Makefile @@ -10,7 +10,7 @@ PKG_NAME:=luci-app-radicale # Version == major.minor.patch # increase "minor" on new functionality and "patch" on patches/optimization -PKG_VERSION:=1.0.1 +PKG_VERSION:=1.0.2 # Release == build # increase on changes of translation files @@ -36,6 +36,6 @@ help $(PKG_MAINTAINER) endef -include $(TOPDIR)/feeds/luci/luci.mk +include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature