From eb0e4f664fd05a9e0f82892f7214c77fd757dfb8 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Mon, 10 Nov 2003 10:54:56 +0000 Subject: [PATCH] Release 1.8.0beta2 (Logical change 1.232) --- ChangeLog | 2 +- configure | 20 ++++++++++---------- configure.ac | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index e28b0b18..36624109 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -xx/11/2003 - 1.8.0beta2 - More features! +10/11/2003 - 1.8.0beta2 - More features! - Merge ntfsprogs-gnomevfs written by Jan Kratochvil. 23/10/2003 - 1.8.0beta - The Long Overdue(TM) release. diff --git a/configure b/configure index d95f8317..8c0d10f3 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.57 for ntfsprogs 1.8.0betaBK. +# Generated by GNU Autoconf 2.57 for ntfsprogs 1.8.0beta2. # # Report bugs to . # @@ -427,8 +427,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='ntfsprogs' PACKAGE_TARNAME='ntfsprogs' -PACKAGE_VERSION='1.8.0betaBK' -PACKAGE_STRING='ntfsprogs 1.8.0betaBK' +PACKAGE_VERSION='1.8.0beta2' +PACKAGE_STRING='ntfsprogs 1.8.0beta2' PACKAGE_BUGREPORT='linux-ntfs-dev@lists.sourceforge.net' ac_unique_file="config.h.in" @@ -939,7 +939,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures ntfsprogs 1.8.0betaBK to adapt to many kinds of systems. +\`configure' configures ntfsprogs 1.8.0beta2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1006,7 +1006,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ntfsprogs 1.8.0betaBK:";; + short | recursive ) echo "Configuration of ntfsprogs 1.8.0beta2:";; esac cat <<\_ACEOF @@ -1106,7 +1106,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -ntfsprogs configure 1.8.0betaBK +ntfsprogs configure 1.8.0beta2 generated by GNU Autoconf 2.57 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 @@ -1121,7 +1121,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by ntfsprogs $as_me 1.8.0betaBK, which was +It was created by ntfsprogs $as_me 1.8.0beta2, which was generated by GNU Autoconf 2.57. Invocation command line was $ $0 $@ @@ -1800,7 +1800,7 @@ fi # Define the identity of the package. PACKAGE=ntfsprogs - VERSION=1.8.0betaBK + VERSION=1.8.0beta2 cat >>confdefs.h <<_ACEOF @@ -11167,7 +11167,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by ntfsprogs $as_me 1.8.0betaBK, which was +This file was extended by ntfsprogs $as_me 1.8.0beta2, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -11230,7 +11230,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -ntfsprogs config.status 1.8.0betaBK +ntfsprogs config.status 1.8.0beta2 configured by $0, generated by GNU Autoconf 2.57, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index 75bfd3f3..3f5bb755 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ # AC_PREREQ(2.57) -AC_INIT(ntfsprogs, 1.8.0betaBK, linux-ntfs-dev@lists.sourceforge.net) +AC_INIT(ntfsprogs, 1.8.0beta2, linux-ntfs-dev@lists.sourceforge.net) AC_CANONICAL_TARGET([]) AC_CONFIG_SRCDIR([config.h.in]) AM_CONFIG_HEADER([config.h])