Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 20E80F766 for ; Sun, 5 May 2013 23:43:22 +0000 (UTC) Received: (qmail 95409 invoked by uid 500); 5 May 2013 23:43:21 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 95379 invoked by uid 500); 5 May 2013 23:43:21 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 95364 invoked by uid 99); 5 May 2013 23:43:21 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 May 2013 23:43:21 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 895BB887415; Sun, 5 May 2013 23:43:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aleksey@apache.org To: commits@cassandra.apache.org Date: Sun, 05 May 2013 23:43:21 -0000 Message-Id: <696b86c56b284587a61fd73d2b033721@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: Update thrift-generated Constants.java Updated Branches: refs/heads/trunk 5b0ec50cc -> 2c124606f Update thrift-generated Constants.java Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/0637b867 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/0637b867 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/0637b867 Branch: refs/heads/trunk Commit: 0637b86749b8fcd52f421d53adcaafefdcd01266 Parents: 68da4b4 Author: Aleksey Yeschenko Authored: Mon May 6 02:40:44 2013 +0300 Committer: Aleksey Yeschenko Committed: Mon May 6 02:40:44 2013 +0300 ---------------------------------------------------------------------- .../org/apache/cassandra/thrift/Constants.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/0637b867/interface/thrift/gen-java/org/apache/cassandra/thrift/Constants.java ---------------------------------------------------------------------- diff --git a/interface/thrift/gen-java/org/apache/cassandra/thrift/Constants.java b/interface/thrift/gen-java/org/apache/cassandra/thrift/Constants.java index 8721462..d8ab801 100644 --- a/interface/thrift/gen-java/org/apache/cassandra/thrift/Constants.java +++ b/interface/thrift/gen-java/org/apache/cassandra/thrift/Constants.java @@ -44,6 +44,6 @@ import org.slf4j.LoggerFactory; public class Constants { - public static final String VERSION = "19.35.0"; + public static final String VERSION = "19.36.0"; }