diff options
author | Ulrich Drepper <[email protected]> | 2010-02-23 18:48:59 -0800 |
---|---|---|
committer | Ulrich Drepper <[email protected]> | 2010-02-23 18:48:59 -0800 |
commit | b5bd407b9b58aabcd16e9f091691a1cb97058140 (patch) | |
tree | 56a40970ef02466155c6780cacc3e44294e39171 /configure.ac | |
parent | bc87bd74a6ecf7d8559c83c8047f5ed11e93f1fe (diff) |
0.145 release preparations.elfutils-0.145
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index e9fbfccf..d2af2377 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.144],[http://bugzilla.redhat.com/bugzilla/],[elfutils]) +AC_INIT([Red Hat elfutils],[0.145],[http://bugzilla.redhat.com/bugzilla/],[elfutils]) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_FILES([config/Makefile]) -AC_COPYRIGHT([Copyright (C) 1996-2009 Red Hat, Inc.]) +AC_COPYRIGHT([Copyright (C) 1996-2010 Red Hat, Inc.]) AC_PREREQ(2.63) dnl Minimum Autoconf version required. dnl We use GNU make extensions; automake 1.10 defaults to -Wportability. |