diff options
author | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2016-02-07 22:10:21 +0100 |
---|---|---|
committer | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2016-02-07 22:10:21 +0100 |
commit | cde9a6234e637f9885406dad5592f56ccb5aee3a (patch) | |
tree | 8802d75f28ccf26e8d61d24bae49c31672ba7fa5 /applications/luci-app-radicale/Makefile | |
parent | 9b5724d39ea7b5da3cec358f26ec2ef698c73690 (diff) | |
parent | 026ac8d033f4c0a65b0c8d121d1a2a86b2bd1ee1 (diff) |
Merge pull request #643 from chris5560/master
luci-app-radicale: bump to version 1.1.0
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 |