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:51:29 UTC

[02/50] [abbrv] incubator-trafodion git commit: Reverting minor version back to 1

Reverting minor version back to 1


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

Branch: refs/heads/master
Commit: 6ac51cae347bb3350021f1a663176cf994fb94e6
Parents: 3e0d531
Author: Sandhya Sundaresan <sa...@apache.org>
Authored: Mon Feb 27 18:27:44 2017 +0000
Committer: Sandhya Sundaresan <sa...@apache.org>
Committed: Mon Feb 27 18:27:44 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/6ac51cae/core/sqf/sqenvcom.sh
----------------------------------------------------------------------
diff --git a/core/sqf/sqenvcom.sh b/core/sqf/sqenvcom.sh
index 8204974..e95e95b 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=1
 export TRAFODION_VER_UPDATE=0
 export TRAFODION_VER="${TRAFODION_VER_MAJOR}.${TRAFODION_VER_MINOR}.${TRAFODION_VER_UPDATE}"