From cb970eba9089526df22e06ca77c615e886a8fbec Mon Sep 17 00:00:00 2001 From: deajan Date: Mon, 20 Jul 2015 14:13:14 +0200 Subject: [PATCH] Release v1.00 --- osync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osync.sh b/osync.sh index c2f4d03..02f1c35 100755 --- a/osync.sh +++ b/osync.sh @@ -4,7 +4,7 @@ PROGRAM="Osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(L) 2013-2015 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.00 -PROGRAM_BUILD=2015071701 +PROGRAM_BUILD=2015072001 ## type doesn't work on platforms other than linux (bash). If if doesn't work, always assume output is not a zero exitcode if ! type -p "$BASH" > /dev/null