aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2019-04-22 19:59:35 -0400
committerAnthony G. Basile <blueness@gentoo.org>2019-04-22 19:59:35 -0400
commite4d8279db270dd8c9cd18f4f07282d4fa8d6ed58 (patch)
tree5865be76b0852565e5fc2152dda23e294c9b09d3
parentscripts/paxmark.sh: have PAX_MARKINGS default to 'none' (diff)
downloadelfix-e4d8279db270dd8c9cd18f4f07282d4fa8d6ed58.tar.gz
elfix-e4d8279db270dd8c9cd18f4f07282d4fa8d6ed58.tar.bz2
elfix-e4d8279db270dd8c9cd18f4f07282d4fa8d6ed58.zip
Prepare release 0.9.5
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 53e1be6..6e04407 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
#
AC_PREREQ([2.69])
-AC_INIT([elfix], [0.9.4], [http://bugs.gentoo.org/])
+AC_INIT([elfix], [0.9.5], [http://bugs.gentoo.org/])
AC_CONFIG_SRCDIR([src/paxctl-ng.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.12 foreign])