From e82e1488ee63b2814a4530a5100991cef6a53367 Mon Sep 17 00:00:00 2001 From: deajan Date: Tue, 6 Jun 2017 16:05:26 +0200 Subject: [PATCH] Bumped to stable --- dev/n_osync.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/n_osync.sh b/dev/n_osync.sh index 734387f..058afd4 100755 --- a/dev/n_osync.sh +++ b/dev/n_osync.sh @@ -3,9 +3,9 @@ PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" -PROGRAM_VERSION=1.1.6-beta +PROGRAM_VERSION=1.1.6-rc1 PROGRAM_BUILD=2017060601 -IS_STABLE=no +IS_STABLE=yes source "./ofunctions.sh"