1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-25 08:37:38 +01:00

Up version number.

(Logical change 1.138)
This commit is contained in:
mostang.com!davidm 2003-12-05 06:42:28 +00:00
parent bcdedf6b28
commit fab61cfbeb
2 changed files with 2 additions and 2 deletions

2
README
View file

@ -1,6 +1,6 @@
-*- mode: Outline -*- -*- mode: Outline -*-
This is version 0.95 of the unwind library. At the moment, only the This is version 0.96 of the unwind library. At the moment, only the
IA-64 Linux (IPF Linux) platform is fully supported. Some very basic IA-64 Linux (IPF Linux) platform is fully supported. Some very basic
support for x86 and HP-UX/IPF exists also. However, the x86 support support for x86 and HP-UX/IPF exists also. However, the x86 support
is based purely on the frame-chain and does not use unwind is based purely on the frame-chain and does not use unwind

View file

@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_INIT(libunwind, 0.95, libunwind@linux.hpl.hp.com) AC_INIT(libunwind, 0.96, libunwind@linux.hpl.hp.com)
AC_CONFIG_SRCDIR(src/backtrace.c) AC_CONFIG_SRCDIR(src/backtrace.c)
AC_CONFIG_AUX_DIR(aux) AC_CONFIG_AUX_DIR(aux)
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM