summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-08-27 03:01:47 +0000
committerUlrich Drepper <drepper@redhat.com>2008-08-27 03:01:47 +0000
commitbb48a2702b6db50614fbbf08b02a1c7d83e28ecf (patch)
tree616728209ec4555f9f3fbd21e1876adebda701ff
parent122f388b300a489b54829d80f5e5fffb3f743ab7 (diff)
0.137 release.elfutils-0.137
-rw-r--r--NEWS4
-rw-r--r--config/elfutils.spec.in3
-rw-r--r--configure.ac2
3 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2b24a6e5..ad7b004b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Version 0.137:
+
+Minor fixes for unreleased 0.136 release.
+
Version 0.136:
libdwfl: bug fixes; new "segment" interfaces;
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index 78611b2a..222a9e63 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -182,6 +182,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/libelf.a
%changelog
+* Tue Aug 26 2008 Ulrich Drepper <drepper@redhat.com> 0.137-1
+- Minor fixes for unreleased 0.136 release.
+
* Mon Aug 25 2008 Ulrich Drepper <drepper@redhat.com> 0.136-1
- libdwfl: bug fixes; new segment interfaces; all the libdwfl-based
tools now support --core=COREFILE option
diff --git a/configure.ac b/configure.ac
index bd12af2a..2723046e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ 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.136],[http://bugzilla.redhat.com/bugzilla/],
+AC_INIT([Red Hat elfutils],[0.137],[http://bugzilla.redhat.com/bugzilla/],
[elfutils])
AC_CONFIG_AUX_DIR([config])