diff options
author | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-06-04 20:50:08 +0200 |
---|---|---|
committer | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-06-04 20:50:08 +0200 |
commit | e2d6ee782246a61aa88c87dfae0f596882adcd0a (patch) | |
tree | 8a05eaa53b32b85282260dde5b5f00495f75f8fc /applications/luci-app-radicale/Makefile | |
parent | a835fc013b1420666e2a437b963ef7c5f07aea69 (diff) |
luci-app-radicale: fixed function ipkg_ver_compare
fixed function ipkg_ver_compare()
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 07998aee5..960618dba 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.0 +PKG_VERSION:=1.0.1 # Release == build # increase on changes of translation files |