Bump Release number to 2.0.1 Patch release for linking SSL libraries.
Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/e3755ec2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/e3755ec2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/e3755ec2 Branch: refs/heads/master Commit: e3755ec2cdc233930a3cbe199f6a1d618098d6f8 Parents: e18b447 Author: Steve Varnau <[email protected]> Authored: Mon Jun 6 16:41:39 2016 +0000 Committer: Steve Varnau <[email protected]> Committed: Mon Jun 6 16:41:39 2016 +0000 ---------------------------------------------------------------------- core/sqf/sqenvcom.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/e3755ec2/core/sqf/sqenvcom.sh ---------------------------------------------------------------------- diff --git a/core/sqf/sqenvcom.sh b/core/sqf/sqenvcom.sh index 7e864f7..500bd0f 100644 --- a/core/sqf/sqenvcom.sh +++ b/core/sqf/sqenvcom.sh @@ -31,10 +31,9 @@ #Product version (Trafodion or derivative product) export TRAFODION_VER_PROD="Apache Trafodion" -# Trafodion version (also update file ../sql/common/copyright.h) export TRAFODION_VER_MAJOR=2 export TRAFODION_VER_MINOR=0 -export TRAFODION_VER_UPDATE=0 +export TRAFODION_VER_UPDATE=1 export TRAFODION_VER="${TRAFODION_VER_MAJOR}.${TRAFODION_VER_MINOR}.${TRAFODION_VER_UPDATE}" # Product copyright header
