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 1R5QRc-00048b-0Y for garchives@archives.gentoo.org; Sun, 18 Sep 2011 23:06:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E4CF21C065; Sun, 18 Sep 2011 23:06:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5E0A421C065 for ; Sun, 18 Sep 2011 23:06:26 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EEBE41B4011 for ; Sun, 18 Sep 2011 23:06:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 550E280042 for ; Sun, 18 Sep 2011 23:06:25 +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: <128c1408ba8db6be3f9ade3dc1420a3bf0cee0a0.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: 128c1408ba8db6be3f9ade3dc1420a3bf0cee0a0 Date: Sun, 18 Sep 2011 23:06:25 +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: X-Archives-Hash: ade49f8ef2c80aa023924937c70db84a commit: 128c1408ba8db6be3f9ade3dc1420a3bf0cee0a0 Author: Anthony G. Basile gentoo org> AuthorDate: Sun Sep 18 23:06:20 2011 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Sep 18 23:06:20 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/elfix.git;a=3D= commit;h=3D128c1408 configure.ac: working towards release 0.3.x --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index e082850..bc6e0f6 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.1.3], [http://bugs.gentoo.org/]) +AC_INIT([elfix], [0.3], [http://bugs.gentoo.org/]) AC_CONFIG_SRCDIR([src/fix-gnustack.c]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([1.11 foreign])