From patchwork Thu Aug 2 06:01:46 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amitay Isaacs X-Patchwork-Id: 952592 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41h01r60bnz9s4c for ; Thu, 2 Aug 2018 16:02:08 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="kAbUCpVL"; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 41h01r4617zF1dK for ; Thu, 2 Aug 2018 16:02:08 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="kAbUCpVL"; dkim-atps=neutral X-Original-To: pdbg@lists.ozlabs.org Delivered-To: pdbg@lists.ozlabs.org Received: from ozlabs.org (bilbo.ozlabs.org [203.11.71.1]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 41h01g6tQKzF0pD for ; Thu, 2 Aug 2018 16:01:59 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="kAbUCpVL"; dkim-atps=neutral Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 41h01g402hz9ryt; Thu, 2 Aug 2018 16:01:59 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1533189719; bh=bHQo4CveYU2dIvC4Zi1PjbopWPhPoVBRO7an7MUrRVU=; h=From:To:Cc:Subject:Date:From; b=kAbUCpVLq6j5v9RosYIytm2jfsXvxF1pBNlSezzxONCUAHBO0ZQzeT5TMb1uYJ0f4 C8D2xxvWckajb+zDGKMWrfFDDsa7QL81gLBf9LFuRp9h4d881HTL8pQiob4H4XM7Eh HXmMZAg/k10p1IkEnuZEsXSKk39cOSp4Dzcw+pauNFbhtoQY135oSRzcE9oK+nF5x+ mc88lSfd0kX1SUvteWbbhzA9s5MHEZQAOggXE1vanBGwzg/1VUWRyvZW2gaRJJuTs1 rQl2pzZvgRV6ruR+IyFD3OwrKsucIhRGhKQVpOZKzVepxLOfnPxs0ebo1ZF3nfEQ3Z OcBNv/vvUb5gQ== From: Amitay Isaacs To: pdbg@lists.ozlabs.org Date: Thu, 2 Aug 2018 16:01:46 +1000 Message-Id: <20180802060146.33256-1-amitay@ozlabs.org> X-Mailer: git-send-email 2.17.1 Subject: [Pdbg] [PATCH] configure: Update package version X-BeenThere: pdbg@lists.ozlabs.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "mailing list for https://github.com/open-power/pdbg development" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Amitay Isaacs MIME-Version: 1.0 Errors-To: pdbg-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Pdbg" Signed-off-by: Amitay Isaacs --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3568535..9b153b1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([pdbg], [1.0]) +AC_INIT([pdbg], [1.1-rc1]) AM_INIT_AUTOMAKE([subdir-objects]) AM_SILENT_RULES([yes])