aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2018-12-13 13:21:12 -0500
committerAnthony G. Basile <blueness@gentoo.org>2018-12-13 13:21:12 -0500
commit513a74f96204b8999a0992e649c17bc5a122fa60 (patch)
treedea677fccd8152a37284a077672a694a14f30330
parentsrc/paxctl-ng.c: return ENOENT if a file is not found (diff)
downloadelfix-513a74f96204b8999a0992e649c17bc5a122fa60.tar.gz
elfix-513a74f96204b8999a0992e649c17bc5a122fa60.tar.bz2
elfix-513a74f96204b8999a0992e649c17bc5a122fa60.zip
Prepare release 0.9.4
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 79f2bff..53e1be6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
#
AC_PREREQ([2.69])
-AC_INIT([elfix], [0.9.3], [http://bugs.gentoo.org/])
+AC_INIT([elfix], [0.9.4], [http://bugs.gentoo.org/])
AC_CONFIG_SRCDIR([src/paxctl-ng.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.12 foreign])