diff options
author | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2016-02-07 09:30:29 +0100 |
---|---|---|
committer | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2016-02-07 09:30:29 +0100 |
commit | 026ac8d033f4c0a65b0c8d121d1a2a86b2bd1ee1 (patch) | |
tree | 767f1d7e3a4614b35ace2a9377ae63139172a887 /applications/luci-app-radicale/Makefile | |
parent | 26d009aff924f8253533ae6a303f61fe0d35d2f4 (diff) |
luci-app-radicale: bump to version 1.1.0
- support Radicale > v1.1
- modified version detection
- adaption to new function version_compare() in ipkg.lua
- adaption to fixed Flag.parse() in cbi.lua
- adaption to new property map.tabbed in cbi.lua using map template with extensions
- change optional values to non optional
- add support new option "system.boot_delay"
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Diffstat (limited to 'applications/luci-app-radicale/Makefile')
-rw-r--r-- | applications/luci-app-radicale/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-radicale/Makefile b/applications/luci-app-radicale/Makefile index c403ba54d6..2b969ace50 100644 --- a/applications/luci-app-radicale/Makefile +++ b/applications/luci-app-radicale/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2015 The LuCI Team <luci@lists.subsignal.org> +# Copyright (C) 2008-2016 The LuCI Team <luci@lists.subsignal.org> # # 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 |