summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--configure.in2
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.