summaryrefslogtreecommitdiff
path: root/elfutils/version.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2010-02-24 03:06:47 +0000
committerDmitry V. Levin <ldv@altlinux.org>2010-02-24 03:06:47 +0000
commit50cdcf8ad0c6e4402f319fbd9f391b3b0506be35 (patch)
tree3a590c25ab7db9379558c6803ad85459ec3d3754 /elfutils/version.h
parentb35baa53df420c2d0816c6a65ef71deec0760836 (diff)
downloadelfutils-0.145-1.tar.gz
0.145-10.145-1
- Update to 0.145 - Fix build with --disable-dependency-tracking. (#564646) - Fix build with most recent glibc headers. - libdw: Fix CFI decoding. (#563528) - libdwfl: Fix address bias returned by CFI accessors. (#563528) Fix core file module layout identification. (#559836) - readelf: Fix CFI decoding.
Diffstat (limited to 'elfutils/version.h')
-rw-r--r--elfutils/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/elfutils/version.h b/elfutils/version.h
index 2672ea8d..9f97d57e 100644
--- a/elfutils/version.h
+++ b/elfutils/version.h
@@ -50,7 +50,7 @@
#ifndef _ELFUTILS_VERSION_H
#define _ELFUTILS_VERSION_H 1
-#define _ELFUTILS_VERSION 144
+#define _ELFUTILS_VERSION 145
#define _ELFUTILS_PREREQ(major, minor) \
(_ELFUTILS_VERSION >= ((major) * 1000 + (minor)))