You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by sa...@apache.org on 2017/05/12 07:52:12 UTC

[45/50] [abbrv] incubator-trafodion git commit: Corrected minor version.

Corrected minor version.


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/f52ab918
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/f52ab918
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/f52ab918

Branch: refs/heads/master
Commit: f52ab9181697bcf9cde103fa459b81d5f91e1d05
Parents: b389ce5
Author: Sandhya Sundaresan <sa...@apache.org>
Authored: Mon May 8 21:12:50 2017 +0000
Committer: Sandhya Sundaresan <sa...@apache.org>
Committed: Mon May 8 21:12:50 2017 +0000

----------------------------------------------------------------------
 core/sqf/sqenvcom.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/f52ab918/core/sqf/sqenvcom.sh
----------------------------------------------------------------------
diff --git a/core/sqf/sqenvcom.sh b/core/sqf/sqenvcom.sh
index 89a8437..4e827fd 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=1
+export TRAFODION_VER_MINOR=2
 export TRAFODION_VER_UPDATE=0
 export TRAFODION_VER="${TRAFODION_VER_MAJOR}.${TRAFODION_VER_MINOR}.${TRAFODION_VER_UPDATE}"