From 8b757bf083518c9f699cc29c9331a6781a71ba08 Mon Sep 17 00:00:00 2001 From: deajan Date: Mon, 9 Sep 2019 14:08:59 +0200 Subject: [PATCH] Bump version to 2.3.0-RC3 --- dev/ofunctions.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev/ofunctions.sh b/dev/ofunctions.sh index 375f776..8c2b654 100644 --- a/dev/ofunctions.sh +++ b/dev/ofunctions.sh @@ -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