From patchwork Thu Oct 11 19:08:49 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chuck Lever X-Patchwork-Id: 190972 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "acsinet15.oracle.com", Issuer "VeriSign Class 3 International Server CA - G3" (not verified)) by ozlabs.org (Postfix) with ESMTPS id DE7D22C008E for ; Fri, 12 Oct 2012 06:09:14 +1100 (EST) Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by acsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q9BJ99fe006714 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 11 Oct 2012 19:09:10 GMT Received: from oss.oracle.com (oss-external.oracle.com [137.254.96.51]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q9BJ99Hw007923 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 11 Oct 2012 19:09:09 GMT Received: from localhost ([127.0.0.1] helo=oss.oracle.com) by oss.oracle.com with esmtp (Exim 4.63) (envelope-from ) id 1TMO85-0004V9-Gi; Thu, 11 Oct 2012 12:09:09 -0700 Received: from ucsinet22.oracle.com ([156.151.31.94]) by oss.oracle.com with esmtp (Exim 4.63) (envelope-from ) id 1TMO7n-0004UQ-Ti for fedfs-utils-devel@oss.oracle.com; Thu, 11 Oct 2012 12:08:52 -0700 Received: from rcsinet12.oracle.com (rcsinet12.oracle.com [148.87.113.124]) by ucsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q9BJ8pgX012844 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 11 Oct 2012 19:08:51 GMT Received: from mail-ie0-f171.google.com (mail-ie0-f171.google.com [209.85.223.171]) by rcsinet12.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q9BJ8i2E031915 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Thu, 11 Oct 2012 19:08:50 GMT Received: by mail-ie0-f171.google.com with SMTP id s9so3817388iec.2 for ; Thu, 11 Oct 2012 12:08:50 -0700 (PDT) Received: by 10.50.168.69 with SMTP id zu5mr5797igb.23.1349982530395; Thu, 11 Oct 2012 12:08:50 -0700 (PDT) Received: from seurat.1015granger.net ([99.26.161.222]) by mx.google.com with ESMTPS id pq3sm19167igc.8.2012.10.11.12.08.49 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 11 Oct 2012 12:08:49 -0700 (PDT) From: Chuck Lever To: fedfs-utils-devel@oss.oracle.com Date: Thu, 11 Oct 2012 15:08:49 -0400 Message-ID: <20121011190849.31447.84138.stgit@seurat.1015granger.net> In-Reply-To: <20121011190220.31447.12725.stgit@seurat.1015granger.net> References: <20121011190220.31447.12725.stgit@seurat.1015granger.net> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 X-Flow-Control-Info: class=Default reputation=ipRepBelow100 ip=209.85.223.171 ct-class=R5 ct-vol1=0 ct-vol2=9 ct-vol3=8 ct-risk=49 ct-spam1=75 ct-spam2=8 ct-bulk=6 rcpts=1 size=871 X-MM-CT-Classification: not spam X-MM-CT-RefID: str=0001.0A090209.50771942.0132,ss=1,re=0.000,fgs=0 Subject: [fedfs-utils] [PATCH 1/8] configure.ac: Kick off fedfs-utils-0.9 development X-BeenThere: fedfs-utils-devel@oss.oracle.com X-Mailman-Version: 2.1.9 Precedence: list Reply-To: fedfs-utils Developers List-Id: fedfs-utils Developers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: fedfs-utils-devel-bounces@oss.oracle.com Errors-To: fedfs-utils-devel-bounces@oss.oracle.com X-Source-IP: acsinet21.oracle.com [141.146.126.237] Signed-off-by: Chuck Lever --- README | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 27755c5..84ff5ba 100644 --- a/README +++ b/README @@ -9,7 +9,7 @@ SCM: git://oss.oracle.com/git/fedfs-utils.git Bugzilla: https://oss.oracle.com/bugzilla -Release notes for fedfs-utils-0.8.0 +Release notes for fedfs-utils 0.9-devel Release Quality Statement diff --git a/configure.ac b/configure.ac index 5fd041b..9a848c5 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ # AC_PREREQ([2.65]) -AC_INIT([fedfs-utils], [0.8.0], [fedfs-utils-devel@oss.oracle.com]) +AC_INIT([fedfs-utils], [0.9-devel], [fedfs-utils-devel@oss.oracle.com]) AC_CONFIG_SRCDIR([src]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4])