From 60f242e2aed44b8b4c2d4e0778a23fcf8ec960c0 Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Sun, 29 Mar 2015 13:41:37 +0200 Subject: [PATCH] Fixing program build date. Need to know which osync is run on servers. This is a good way to track version. --- osync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osync.sh b/osync.sh index df9132a..d5a8e73 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=2003201502 +PROGRAM_BUILD=2903201501 ## 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