From e3c87a62610ddbd44986f26fc0c8d1e90e66fa4a Mon Sep 17 00:00:00 2001 From: Arun Sharma Date: Sat, 27 Aug 2011 21:51:14 -0700 Subject: [PATCH] Updates for 1.0 Drop the rc1 Fixup a typo in NEWS --- NEWS | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 1f11e1eb..2cf7184d 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ * News for v1.0: ** Fast unwind (rbp, rsp, rip only) on x86_64 with a fallback to - slow code path (Lassi Turra) + slow code path (Lassi Tuura) ** Improved local and remote unwinding on ARM (Ken Werner) ** Testing, stability and many fixes on x86 (Paul Pluzhnikov) ** FreeBSD port and clean separation of OS specific bits diff --git a/configure.in b/configure.in index 0971bcb4..40d13bfd 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ define(pkg_major, 1) define(pkg_minor, 0) -define(pkg_extra, -rc1) +define(pkg_extra, ) define(pkg_maintainer, libunwind-devel@nongnu.org) define(mkvers, $1.$2$3) dnl Process this file with autoconf to produce a configure script.