Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/elfix:elfix-0.9.x commit in: /
Date: Wed, 28 Nov 2018 21:36:26
Message-Id: 1543440962.dc482c12d78df8292460c75572be0756da47e9c8.blueness@gentoo
1 commit: dc482c12d78df8292460c75572be0756da47e9c8
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 28 21:36:02 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 28 21:36:02 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/elfix.git/commit/?id=dc482c12
7
8 Prepare release 0.9.3
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11
12 configure.ac | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/configure.ac b/configure.ac
16 index 9d84e09..79f2bff 100644
17 --- a/configure.ac
18 +++ b/configure.ac
19 @@ -17,7 +17,7 @@
20 #
21
22 AC_PREREQ([2.69])
23 -AC_INIT([elfix], [0.9.2], [http://bugs.gentoo.org/])
24 +AC_INIT([elfix], [0.9.3], [http://bugs.gentoo.org/])
25 AC_CONFIG_SRCDIR([src/paxctl-ng.c])
26 AC_CONFIG_HEADERS([config.h])
27 AM_INIT_AUTOMAKE([1.12 foreign])