diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-05-18 16:46:27 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-05-18 16:46:27 +0200 |
commit | ec56178fa1a7b260afe3d818c6b14a432613ad44 (patch) | |
tree | 8cbf99bc98ae379a6061787a984dd5193605c63c /Makefile | |
parent | 319c10853c1961621a0c1ae05ac95b20a0ce277e (diff) |
Bump to Syncthing 0.14.28 et Syncthing-Inotify master.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,9 +4,10 @@ VERSION := 0.0.1 # Syncthing version to install -SYNCTHING_VERSION = 0.14.27 +SYNCTHING_VERSION = 0.14.28 # FIXME: use patched version while waiting integration of #165 #SYNCTHING_INOTIFY_VERSION = 0.8.5 +SYNCTHING_INOTIFY_VERSION = master |