diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-06-16 16:32:41 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-06-16 16:32:41 +0200 |
commit | 8810655f30bc31407999282c2e6e9ccf8423ffa7 (patch) | |
tree | 9b9846edeec16a16670a46a519692a110b743f89 /Makefile | |
parent | 9833746bd2e8d6d046fdaf4149ec6dce7584f696 (diff) |
Bump xds-agent and syncthing-inotify version
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,13 +1,11 @@ # Makefile used to build XDS daemon Web Server # Application Version -VERSION := 0.0.1 +VERSION := 0.1.0 # Syncthing version to install SYNCTHING_VERSION = 0.14.28 -# FIXME: use patched version while waiting integration of #165 -#SYNCTHING_INOTIFY_VERSION = 0.8.5 -SYNCTHING_INOTIFY_VERSION = master +SYNCTHING_INOTIFY_VERSION = 0.8.6 |