From 764b3f2914df20d47e81aab99f95d2783154a02f Mon Sep 17 00:00:00 2001 From: deajan Date: Mon, 30 Mar 2015 18:24:31 +0200 Subject: [PATCH] Merged #11 with new build number --- osync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osync.sh b/osync.sh index 82db011..ffa6493 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=0.99RC4 -PROGRAM_BUILD=3003201502 +PROGRAM_BUILD=3003201503 ## 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