Bump version to 2.3.0-RC3
This commit is contained in:
parent
be1281ffa3
commit
8b757bf083
|
@ -30,8 +30,8 @@
|
|||
#### OFUNCTIONS FULL SUBSET ####
|
||||
#### OFUNCTIONS MINI SUBSET ####
|
||||
#### OFUNCTIONS MICRO SUBSET ####
|
||||
_OFUNCTIONS_VERSION=2.3.0-dev-postRC2
|
||||
_OFUNCTIONS_BUILD=2019081801
|
||||
_OFUNCTIONS_VERSION=2.3.0-RC3
|
||||
_OFUNCTIONS_BUILD=2019090901
|
||||
#### _OFUNCTIONS_BOOTSTRAP SUBSET ####
|
||||
_OFUNCTIONS_BOOTSTRAP=true
|
||||
#### _OFUNCTIONS_BOOTSTRAP SUBSET END ####
|
||||
|
@ -439,6 +439,7 @@ function CleanUp {
|
|||
rm -f "$RUN_DIR/$PROGRAM."*".$SCRIPT_PID.$TSTAMP.tmp"
|
||||
fi
|
||||
}
|
||||
|
||||
#### CleanUp SUBSET END ####
|
||||
|
||||
function GenericTrapQuit {
|
||||
|
@ -458,7 +459,6 @@ function GenericTrapQuit {
|
|||
exit $exitcode
|
||||
}
|
||||
|
||||
|
||||
#### OFUNCTIONS MICRO SUBSET END ####
|
||||
|
||||
# osync/obackup/pmocr script specific mail alert function, use SendEmail function for generic mail sending
|
||||
|
|
Loading…
Reference in New Issue