aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-02-09 10:31:53 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-02-09 10:31:53 +0000
commit69549d1b94d3890bd9f5340f9b4239d88a196706 (patch)
tree0a3c418882c762b006727a4f5987141906c6083b /configure.ac
parent6b2f265f6e5944d85ba8608e4ce859fe019eb750 (diff)
downloadcpio-69549d1b94d3890bd9f5340f9b4239d88a196706.tar.gz
cpio-69549d1b94d3890bd9f5340f9b4239d88a196706.tar.bz2
* NEWS, configure.ac: Raise the patchlevel number.
* THANKS: Update * doc/cpio.texi: Fix a typo. * src/extern.h (warn_if_file_changed): Fix type of the 2nd argument. * src/tar.c (write_out_tar_header): Stylistic change. * src/util.c (copy_files_disk_to_disk): Fix types of automatic variables. (warn_if_file_changed): Fix type of the 2nd argument. Patches supplied by Ladislav Michnovic.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8a13110..7d621ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with this program; if not, write to the Free Software Foundation,
dnl Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-AC_INIT([GNU cpio], [2.9.90], [bug-cpio@gnu.org])
+AC_INIT([GNU cpio], [2.9.91], [bug-cpio@gnu.org])
AC_CONFIG_SRCDIR(src/cpio.h)
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE

Return to:

Send suggestions and report system problems to the System administrator.