diff options
author | Soren Sandmann <sandmann@daimi.au.dk> | 2006-10-30 03:21:45 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2006-10-30 03:21:45 +0000 |
commit | cc674929eca58dd6492a244e8873f8458bf37334 (patch) | |
tree | 8a1913dccf20756603e9d03599c5214b15722627 /configure.ac | |
parent | 327583358a612a5d3d1addb0f9aa4a96409fe1c9 (diff) |
-=-=-=- Release sysprof 1.0.5 -=-=-=-sysprof-1.0.5
2006-10-29 Soren Sandmann <sandmann@daimi.au.dk>
* -=-=-=- Release sysprof 1.0.5 -=-=-=-
* binfile.c (read_symbols): Store symbols in offsets into original
file, not debug file. Fixes symbols when the debug binaries have
different text offsets than the real binaries.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2c5cb63..261e130 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.54) -AC_INIT([sysprof], [1.0.4]) +AC_INIT([sysprof], [1.0.5]) AC_CONFIG_SRCDIR(sysprof.glade) AM_INIT_AUTOMAKE(no-define) |