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: Sat, 07 Jun 2014 14:37:10
Message-Id: 1402151891.40cd7ea147d6667a9275c61248f3943531c1f541.blueness@gentoo
1 commit: 40cd7ea147d6667a9275c61248f3943531c1f541
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 7 14:38:11 2014 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 7 14:38:11 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=40cd7ea1
7
8 Prepare release 0.8.5
9
10 ---
11 configure.ac | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/configure.ac b/configure.ac
15 index a1b0c33..63e4116 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.4], [http://bugs.gentoo.org/])
23 +AC_INIT([elfix], [0.8.5], [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])