From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D0FEE138334 for ; Thu, 13 Dec 2018 18:21:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4C05E0CD7; Thu, 13 Dec 2018 18:21:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB432E0CD7 for ; Thu, 13 Dec 2018 18:21:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EFB6C335C38 for ; Thu, 13 Dec 2018 18:21:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49CE1A8 for ; Thu, 13 Dec 2018 18:21:54 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1544725272.513a74f96204b8999a0992e649c17bc5a122fa60.blueness@gentoo> Subject: [gentoo-commits] proj/elfix:elfix-0.9.x commit in: / X-VCS-Repository: proj/elfix X-VCS-Files: configure.ac X-VCS-Directories: / X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 513a74f96204b8999a0992e649c17bc5a122fa60 X-VCS-Branch: elfix-0.9.x Date: Thu, 13 Dec 2018 18:21:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f9aede12-85d4-43b9-bee8-c17cb3656bbd X-Archives-Hash: 32850dadca4d7a75875a92ba69722524 commit: 513a74f96204b8999a0992e649c17bc5a122fa60 Author: Anthony G. Basile gentoo org> AuthorDate: Thu Dec 13 18:21:12 2018 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Thu Dec 13 18:21:12 2018 +0000 URL: https://gitweb.gentoo.org/proj/elfix.git/commit/?id=513a74f9 Prepare release 0.9.4 Signed-off-by: Anthony G. Basile gentoo.org> configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 79f2bff..53e1be6 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # AC_PREREQ([2.69]) -AC_INIT([elfix], [0.9.3], [http://bugs.gentoo.org/]) +AC_INIT([elfix], [0.9.4], [http://bugs.gentoo.org/]) AC_CONFIG_SRCDIR([src/paxctl-ng.c]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([1.12 foreign])