summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS2
-rwxr-xr-xbootstrap.sh2
-rw-r--r--configure.ac2
-rw-r--r--doc/sed.12
5 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index bbdb0f0..54cc70b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-04-27 Paolo Bonzini <bonzini@gnu.org>
+ * configure.ac: Bump version number.
+ * configure: Regenerate.
+
+2009-04-27 Paolo Bonzini <bonzini@gnu.org>
+
* configure.ac: Do not create homonymous links from builddir to srcdir.
* testsuite/Makefile.tests: Create readin.in2 here.
* testsuite/Makefile.am: Do not distribute it.
diff --git a/NEWS b/NEWS
index e917ad4..e696ce3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Sed 4.1e
+Sed 4.1f
* added a new extension `z` to clear pattern space even in the presence
of invalid multibyte sequences
diff --git a/bootstrap.sh b/bootstrap.sh
index b2d96fa..4b47202 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -20,7 +20,7 @@ if test -f config.h; then :; else
#define PACKAGE "sed"
#define PACKAGE_BUGREPORT "bug-gnu-utils@gnu.org"
-#define VERSION "4.1e-boot"
+#define VERSION "4.1f-boot"
#define SED_FEATURE_VERSION "4.2"
#define BOOTSTRAP 1
diff --git a/configure.ac b/configure.ac
index 77d5422..e5bbdcc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Process this file with -*- autoconf -*- to produce a configure script.
-AC_INIT(sed, 4.1e, bug-gnu-utils@gnu.org, sed)
+AC_INIT(sed, 4.1f, bug-gnu-utils@gnu.org, sed)
AC_CONFIG_AUX_DIR(build-aux)
AC_CONFIG_SRCDIR([sed/sed.c])
AM_CONFIG_HEADER(config.h:config_h.in)
diff --git a/doc/sed.1 b/doc/sed.1
index 8b30084..a0aed54 100644
--- a/doc/sed.1
+++ b/doc/sed.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.28.
-.TH SED "1" "March 2009" "sed version 4.1e" "User Commands"
+.TH SED "1" "April 2009" "sed version 4.1f" "User Commands"
.SH NAME
sed \- stream editor for filtering and transforming text
.SH SYNOPSIS