Bumped version to dev again

This commit is contained in:
deajan 2017-05-22 09:32:34 +02:00
parent 1a85d5ded9
commit 762fd236a0
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@
PROGRAM="osync" # Rsync based two way sync engine with fault tolerance PROGRAM="osync" # Rsync based two way sync engine with fault tolerance
AUTHOR="(C) 2013-2017 by Orsiris de Jong" AUTHOR="(C) 2013-2017 by Orsiris de Jong"
CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr"
PROGRAM_VERSION=1.2 PROGRAM_VERSION=1.2.1-dev
PROGRAM_BUILD=2017032101 PROGRAM_BUILD=2017032101
IS_STABLE=yes IS_STABLE=yes
@ -683,6 +683,8 @@ function treeList {
local escapedReplicaPath local escapedReplicaPath
local rsyncCmd local rsyncCmd
sleep 10
escapedReplicaPath=$(EscapeSpaces "$replicaPath") escapedReplicaPath=$(EscapeSpaces "$replicaPath")
# operation explanation # operation explanation