Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 37CF7200C1F for ; Sat, 18 Feb 2017 22:22:57 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 322BF160B71; Sat, 18 Feb 2017 21:22:57 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8122E160B55 for ; Sat, 18 Feb 2017 22:22:56 +0100 (CET) Received: (qmail 36190 invoked by uid 500); 18 Feb 2017 21:22:55 -0000 Mailing-List: contact commits-help@trafodion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: commits@trafodion.apache.org Delivered-To: mailing list commits@trafodion.apache.org Received: (qmail 36176 invoked by uid 99); 18 Feb 2017 21:22:55 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Feb 2017 21:22:55 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 0252A180695 for ; Sat, 18 Feb 2017 21:22:55 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.218 X-Spam-Level: X-Spam-Status: No, score=-6.218 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id JBYpAwKkmhTG for ; Sat, 18 Feb 2017 21:22:54 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 483605F610 for ; Sat, 18 Feb 2017 21:22:53 +0000 (UTC) Received: (qmail 36163 invoked by uid 99); 18 Feb 2017 21:22:52 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Feb 2017 21:22:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5CF08DFDF4; Sat, 18 Feb 2017 21:22:52 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sandhya@apache.org To: commits@trafodion.incubator.apache.org Date: Sat, 18 Feb 2017 21:22:52 -0000 Message-Id: <009b200488b44532ae6f06100bf9903c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] incubator-trafodion git commit: Changing minor version for main branch to 2. archived-at: Sat, 18 Feb 2017 21:22:57 -0000 Repository: incubator-trafodion Updated Branches: refs/heads/master 965f6597f -> d3509da65 Changing minor version for main branch to 2. Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/fcfc5791 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/fcfc5791 Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/fcfc5791 Branch: refs/heads/master Commit: fcfc5791ebb1b26de6278ac4f44ed238d4e5356f Parents: 8ad3a10 Author: Sandhya Sundaresan Authored: Fri Feb 17 21:54:23 2017 +0000 Committer: Sandhya Sundaresan Committed: Fri Feb 17 21:54:23 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/fcfc5791/core/sqf/sqenvcom.sh ---------------------------------------------------------------------- diff --git a/core/sqf/sqenvcom.sh b/core/sqf/sqenvcom.sh index e6cea33..5d2118e 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}"