summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2012-02-23 12:28:59 +0100
committerMark Wielaard <mjw@redhat.com>2012-02-23 12:28:59 +0100
commit62f4c7bc236015c168c692776551b7dcf50fff66 (patch)
tree7f553d3fee30e16b6db9b0dfde5d416944d92220 /configure.ac
parentc1c6a9d482822f3da8043b8203c4b69bffbf2b46 (diff)
downloadelfutils-62f4c7bc236015c168c692776551b7dcf50fff66.tar.gz
Prepare 0.153 release.elfutils-0.153
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 65edf367..2e36e7c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,12 +16,12 @@ dnl You should have received a copy of the GNU General Public License
dnl along with this program; if not, write to the Free Software Foundation,
dnl Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
dnl
-AC_INIT([Red Hat elfutils],[0.152],[http://bugzilla.redhat.com/bugzilla/],[elfutils])
+AC_INIT([Red Hat elfutils],[0.153],[http://bugzilla.redhat.com/bugzilla/],[elfutils])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_FILES([config/Makefile])
-AC_COPYRIGHT([Copyright (C) 1996-2010 Red Hat, Inc.])
+AC_COPYRIGHT([Copyright (C) 1996-2012 Red Hat, Inc.])
AC_PREREQ(2.63) dnl Minimum Autoconf version required.
dnl We use GNU make extensions; automake 1.10 defaults to -Wportability.