X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=applications%2Fluci-app-ddns%2FMakefile;h=50365e5215a1ae660f1005b37bce21d68e24ec32;hb=28d10632a19dd50a3d0b7f7eb670d38fa1fa419c;hp=69f9880d4ff6896fb5cef695db5e41ddf5b1a0a9;hpb=d40a939d65397580ceb7209d9c1ba01a396c6220;p=project%2Fluci.git diff --git a/applications/luci-app-ddns/Makefile b/applications/luci-app-ddns/Makefile index 69f9880d4..50365e521 100644 --- a/applications/luci-app-ddns/Makefile +++ b/applications/luci-app-ddns/Makefile @@ -2,7 +2,7 @@ # Copyright 2008 Steven Barth # Copyright 2008 Jo-Philipp Wich # Copyright 2013 Manuel Munz -# Copyright 2014-2017 Christian Schoenebeck +# Copyright 2014-2018 Christian Schoenebeck # # This is free software, licensed under the Apache License, Version 2.0 @@ -12,11 +12,11 @@ include $(TOPDIR)/rules.mk # Version == major.minor.patch # increase on new functionality (minor) or patches (patch) -PKG_VERSION:=2.4.8 +PKG_VERSION:=2.4.9 # Release == build # increase on changes of translation files -PKG_RELEASE:=2 +PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Christian Schoenebeck