X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-app-radicale%2FMakefile;h=2b969ace5026378cb5b51efd107d09a96ef80ad2;hp=1501d4f0e85ae82314d2746b2a5215b134c1a4ed;hb=1e39fef1474b9f80f1a774b4faca1c0c8a9c34f3;hpb=e19098d0623e96690e65539b36c59965ae1373d5 diff --git a/applications/luci-app-radicale/Makefile b/applications/luci-app-radicale/Makefile index 1501d4f0e..2b969ace5 100644 --- a/applications/luci-app-radicale/Makefile +++ b/applications/luci-app-radicale/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2015 The LuCI Team +# Copyright (C) 2008-2016 The LuCI Team # # This is free software, licensed under the Apache License, Version 2.0 . # @@ -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.2 +PKG_VERSION:=1.1.0 # 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