Updated sqenvcom.sh for version 2.4 and updated copyright year for 2018
Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/78146d10 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/78146d10 Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/78146d10 Branch: refs/heads/master Commit: 78146d107c090030c4523cbac5530513c76c615e Parents: c559d5d Author: Sean Broeder <[email protected]> Authored: Wed Aug 1 20:36:09 2018 +0000 Committer: Sean Broeder <[email protected]> Committed: Wed Aug 1 20:36:09 2018 +0000 ---------------------------------------------------------------------- core/sqf/sqenvcom.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/78146d10/core/sqf/sqenvcom.sh ---------------------------------------------------------------------- diff --git a/core/sqf/sqenvcom.sh b/core/sqf/sqenvcom.sh index 84799dc..1010a44 100644 --- a/core/sqf/sqenvcom.sh +++ b/core/sqf/sqenvcom.sh @@ -32,12 +32,12 @@ #Product version (Trafodion or derivative product) export TRAFODION_VER_PROD="Apache Trafodion" export TRAFODION_VER_MAJOR=2 -export TRAFODION_VER_MINOR=3 +export TRAFODION_VER_MINOR=4 export TRAFODION_VER_UPDATE=0 export TRAFODION_VER="${TRAFODION_VER_MAJOR}.${TRAFODION_VER_MINOR}.${TRAFODION_VER_UPDATE}" # Product copyright header -export PRODUCT_COPYRIGHT_HEADER="2015-2017 Apache Software Foundation" +export PRODUCT_COPYRIGHT_HEADER="2015-2018 Apache Software Foundation" ############################################################## # Trafodion authentication: # Set TRAFODION_ENABLE_AUTHENTICATION to YES to enable
