From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E76F11381F3 for ; Sun, 16 Dec 2012 21:32:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7023121C0B4; Sun, 16 Dec 2012 21:31:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F392621C0B4 for ; Sun, 16 Dec 2012 21:31:53 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 16D9D33DC98 for ; Sun, 16 Dec 2012 21:31:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A9F52E543C for ; Sun, 16 Dec 2012 21:31:51 +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: <1355693495.06e3c246a11f2efeff4b6fa227e45114b81a4245.blueness@gentoo> Subject: [gentoo-commits] proj/elfix:master 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: 06e3c246a11f2efeff4b6fa227e45114b81a4245 X-VCS-Branch: master Date: Sun, 16 Dec 2012 21:31:51 +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-Archives-Salt: cb9c893a-5153-4083-855c-1e6b14c2df83 X-Archives-Hash: 395ecea9def30f9a9cef96b0bb658ba5 commit: 06e3c246a11f2efeff4b6fa227e45114b81a4245 Author: Anthony G. Basile gentoo org> AuthorDate: Sun Dec 16 21:31:35 2012 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Dec 16 21:31:35 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=06e3c246 configure.ac: update to version 0.7 --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 006b461..67b493c 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # AC_PREREQ([2.68]) -AC_INIT([elfix], [0.6], [http://bugs.gentoo.org/]) +AC_INIT([elfix], [0.7], [http://bugs.gentoo.org/]) AC_CONFIG_SRCDIR([src/fix-gnustack.c]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([1.11 foreign])