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: Tue, 21 May 2013 15:25:31
Message-Id: 1369149867.63f72752abde732bfae1bd019b1d71aa69c5028e.blueness@gentoo
1 commit: 63f72752abde732bfae1bd019b1d71aa69c5028e
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 21 15:24:27 2013 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue May 21 15:24:27 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=63f72752
7
8 Prepare release 0.8.3
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 c56a45a..0f40bd2 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.2], [http://bugs.gentoo.org/])
23 +AC_INIT([elfix], [0.8.3], [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])