diff options
author | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-11-09 21:46:01 +0100 |
---|---|---|
committer | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-11-09 21:46:01 +0100 |
commit | 8e3a24f7cdbe934612f79959548e914fe890ba8c (patch) | |
tree | 9aa162c8482387384d58da5198ba710a1ca54c5c /applications/luci-app-radicale/Makefile | |
parent | 1de2606e9fad40b129c71230698d53d4f74d7dfc (diff) |
luci-app-radicale: remove map.title hack
remove map.title hack; no longer needed
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-radicale/Makefile b/applications/luci-app-radicale/Makefile index 960618dba..1501d4f0e 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 |