Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/elfix:master commit in: /
Date: Sun, 27 Nov 2011 01:33:27
Message-Id: 21a91a99769ffdfa3483ba791ff50289caa823fd.blueness@gentoo
1 commit: 21a91a99769ffdfa3483ba791ff50289caa823fd
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 27 01:33:11 2011 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 27 01:33:11 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=21a91a99
7
8 configure.ac: bump to version 0.5
9
10 ---
11 configure.ac | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/configure.ac b/configure.ac
15 index 46ca874..9cf4143 100644
16 --- a/configure.ac
17 +++ b/configure.ac
18 @@ -2,7 +2,7 @@
19 # Process this file with autoconf to produce a configure script.
20
21 AC_PREREQ([2.65])
22 -AC_INIT([elfix], [0.4], [http://bugs.gentoo.org/])
23 +AC_INIT([elfix], [0.5], [http://bugs.gentoo.org/])
24 AC_CONFIG_SRCDIR([src/fix-gnustack.c])
25 AC_CONFIG_HEADERS([config.h])
26 AM_INIT_AUTOMAKE([1.11 foreign])