Prepare for v1.3.0 release
This commit is contained in:
parent
e01d8c410b
commit
35a71ad517
|
@ -4,11 +4,11 @@
|
||||||
#Check dryruns with nosuffix mode for timestampList
|
#Check dryruns with nosuffix mode for timestampList
|
||||||
|
|
||||||
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-2021 by Orsiris de Jong"
|
AUTHOR="(C) 2013-2022 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.3.0-dev-rc2
|
PROGRAM_VERSION=1.3.0-rc3
|
||||||
PROGRAM_BUILD=2021062901
|
PROGRAM_BUILD=2021062901
|
||||||
IS_STABLE=false
|
IS_STABLE=true
|
||||||
|
|
||||||
CONFIG_FILE_REVISION_REQUIRED=1.3.0
|
CONFIG_FILE_REVISION_REQUIRED=1.3.0
|
||||||
|
|
||||||
|
|
|
@ -4,11 +4,11 @@
|
||||||
#Check dryruns with nosuffix mode for timestampList
|
#Check dryruns with nosuffix mode for timestampList
|
||||||
|
|
||||||
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-2021 by Orsiris de Jong"
|
AUTHOR="(C) 2013-2022 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.3.0-dev-rc2
|
PROGRAM_VERSION=1.3.0-rc3
|
||||||
PROGRAM_BUILD=2021062901
|
PROGRAM_BUILD=2021062901
|
||||||
IS_STABLE=false
|
IS_STABLE=true
|
||||||
|
|
||||||
CONFIG_FILE_REVISION_REQUIRED=1.3.0
|
CONFIG_FILE_REVISION_REQUIRED=1.3.0
|
||||||
|
|
||||||
|
|
6
osync.sh
6
osync.sh
|
@ -4,11 +4,11 @@
|
||||||
#Check dryruns with nosuffix mode for timestampList
|
#Check dryruns with nosuffix mode for timestampList
|
||||||
|
|
||||||
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-2021 by Orsiris de Jong"
|
AUTHOR="(C) 2013-2022 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.3.0-dev-rc2
|
PROGRAM_VERSION=1.3.0-rc3
|
||||||
PROGRAM_BUILD=2021062901
|
PROGRAM_BUILD=2021062901
|
||||||
IS_STABLE=false
|
IS_STABLE=true
|
||||||
|
|
||||||
CONFIG_FILE_REVISION_REQUIRED=1.3.0
|
CONFIG_FILE_REVISION_REQUIRED=1.3.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue