diff options
author | hunt <hunt> | 2005-09-06 20:19:30 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-09-06 20:19:30 +0000 |
commit | 5d64f5e78eab3b1eeccca5c91aa50f8414c1e878 (patch) | |
tree | 29608acd43f257df17a94fbf323f68bb8e22a167 | |
parent | ae1017464fb75e2fa07f6523539a4fab9d2059a1 (diff) | |
download | systemtap-steved-5d64f5e78eab3b1eeccca5c91aa50f8414c1e878.tar.gz systemtap-steved-5d64f5e78eab3b1eeccca5c91aa50f8414c1e878.tar.xz systemtap-steved-5d64f5e78eab3b1eeccca5c91aa50f8414c1e878.zip |
2005-09-06 Martin Hunt <hunt@redhat.com>
* systemtap.spec.in: Bump elfutils_version to .115.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | systemtap.spec.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2005-09-06 Martin Hunt <hunt@redhat.com> + + * systemtap.spec.in: Bump elfutils_version to .115. + 2005-09-05 Roland McGrath <roland@redhat.com> * loc2c.h: Comment fix. diff --git a/systemtap.spec.in b/systemtap.spec.in index 6711b35a..0a97c5c7 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -1,5 +1,5 @@ %define bundled_elfutils 1 -%define elfutils_version 0.114 +%define elfutils_version 0.115 Name: systemtap Version: @VERSION@ |