Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/elfix:elfix-0.8.x commit in: /
Date: Mon, 20 May 2013 20:08:48
Message-Id: 1369080479.41a41aa7c50b10154d4155ebd44f45cd163ae255.blueness@gentoo
1 commit: 41a41aa7c50b10154d4155ebd44f45cd163ae255
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 20 20:07:59 2013 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon May 20 20:07:59 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=41a41aa7
7
8 Prepare release 0.8.2
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 c4f46c4..c56a45a 100644
16 --- a/configure.ac
17 +++ b/configure.ac
18 @@ -17,7 +17,7 @@
19 #
20
21 AC_PREREQ([2.68])
22 -AC_INIT([elfix], [0.8.1], [http://bugs.gentoo.org/])
23 +AC_INIT([elfix], [0.8.2], [http://bugs.gentoo.org/])
24 AC_CONFIG_SRCDIR([src/fix-gnustack.c])
25 AC_CONFIG_HEADERS([config.h])
26 AM_INIT_AUTOMAKE([1.12 foreign])