diff options
author | 2012-11-10 16:02:31 -0500 | |
---|---|---|
committer | 2012-11-10 16:02:31 -0500 | |
commit | e118b78a3ac3c07b60cc24cf93272c2e15aa670f (patch) | |
tree | ac85313174161be55a46d9aec3c7b42c04ca498e /configure.ac | |
parent | Update ChangeLog and TODO (diff) | |
download | elfix-e118b78a3ac3c07b60cc24cf93272c2e15aa670f.tar.gz elfix-e118b78a3ac3c07b60cc24cf93272c2e15aa670f.tar.bz2 elfix-e118b78a3ac3c07b60cc24cf93272c2e15aa670f.zip |
configure.ac: bump to version 0.60.6
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3e22d45..f1831d3 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.65]) -AC_INIT([elfix], [0.5], [http://bugs.gentoo.org/]) +AC_INIT([elfix], [0.6], [http://bugs.gentoo.org/]) AC_CONFIG_SRCDIR([src/fix-gnustack.c]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([1.11 foreign]) |