From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RUTcV-0007z3-NV for garchives@archives.gentoo.org; Sun, 27 Nov 2011 01:33:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC3D721C106; Sun, 27 Nov 2011 01:33:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9D43221C106 for ; Sun, 27 Nov 2011 01:33:20 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 22B5F1B4008 for ; Sun, 27 Nov 2011 01:33:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 8D43880042 for ; Sun, 27 Nov 2011 01:33:19 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <21a91a99769ffdfa3483ba791ff50289caa823fd.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: 21a91a99769ffdfa3483ba791ff50289caa823fd Date: Sun, 27 Nov 2011 01:33:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 999badc6-d14b-4ab0-94d1-0180bd0e72a9 X-Archives-Hash: a8235a5a41e6842d1b45666a7369e233 commit: 21a91a99769ffdfa3483ba791ff50289caa823fd Author: Anthony G. Basile gentoo org> AuthorDate: Sun Nov 27 01:33:11 2011 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Nov 27 01:33:11 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/elfix.git;a=3D= commit;h=3D21a91a99 configure.ac: bump to version 0.5 --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 46ca874..9cf4143 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. =20 AC_PREREQ([2.65]) -AC_INIT([elfix], [0.4], [http://bugs.gentoo.org/]) +AC_INIT([elfix], [0.5], [http://bugs.gentoo.org/]) AC_CONFIG_SRCDIR([src/fix-gnustack.c]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([1.11 foreign])