From e57cbe994e770376b1942fc56422fb066a7a4b2b Mon Sep 17 00:00:00 2001 From: Liu Ming Date: Fri, 11 Aug 2017 02:39:03 +0000 Subject: [PATCH] change the release number on the master branch to indicate it is 2.3 --- core/sqf/sqenvcom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/sqf/sqenvcom.sh b/core/sqf/sqenvcom.sh index 8204974446..500659b125 100644 --- a/core/sqf/sqenvcom.sh +++ b/core/sqf/sqenvcom.sh @@ -32,7 +32,7 @@ #Product version (Trafodion or derivative product) export TRAFODION_VER_PROD="Apache Trafodion" export TRAFODION_VER_MAJOR=2 -export TRAFODION_VER_MINOR=2 +export TRAFODION_VER_MINOR=3 export TRAFODION_VER_UPDATE=0 export TRAFODION_VER="${TRAFODION_VER_MAJOR}.${TRAFODION_VER_MINOR}.${TRAFODION_VER_UPDATE}"