From 0a2e687abc6a739440a654b388609220ae611668 Mon Sep 17 00:00:00 2001 From: Charles Wilson Date: Sat, 13 Jul 2002 03:45:03 +0000 Subject: [PATCH] Bump to 1.1.2 --- ChangeLog | 5 +++++ configure | 20 ++++++++++---------- configure.ac | 4 ++-- 3 files changed, 17 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7d19adc..38173df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-07-12 Charles Wilson + + * configure.ac: bump version to 1.1.2 + * configure: regenerate + 2002-07-12 Charles Wilson Add 'mcookie' program. Tag "v1_1_1d" diff --git a/configure b/configure index 1433cd7..ed841a7 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.53a for cygutils 1.1.1. +# Generated by GNU Autoconf 2.53a for cygutils 1.1.2. # # Report bugs to . # @@ -274,8 +274,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='cygutils' PACKAGE_TARNAME='cygutils' -PACKAGE_VERSION='1.1.1' -PACKAGE_STRING='cygutils 1.1.1' +PACKAGE_VERSION='1.1.2' +PACKAGE_STRING='cygutils 1.1.2' PACKAGE_BUGREPORT='cwilson@ece.gatech.edu' ac_unique_file="config.h.in" @@ -780,7 +780,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 cygutils 1.1.1 to adapt to many kinds of systems. +\`configure' configures cygutils 1.1.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -846,7 +846,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of cygutils 1.1.1:";; + short | recursive ) echo "Configuration of cygutils 1.1.2:";; esac cat <<\_ACEOF @@ -943,7 +943,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -cygutils configure 1.1.1 +cygutils configure 1.1.2 generated by GNU Autoconf 2.53a Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 @@ -958,7 +958,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 cygutils $as_me 1.1.1, which was +It was created by cygutils $as_me 1.1.2, which was generated by GNU Autoconf 2.53a. Invocation command line was $ $0 $@ @@ -1498,7 +1498,7 @@ fi # Define the identity of the package. PACKAGE=cygutils - VERSION=1.1.1 + VERSION=1.1.2 cat >>confdefs.h <<_ACEOF @@ -7427,7 +7427,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by cygutils $as_me 1.1.1, which was +This file was extended by cygutils $as_me 1.1.2, which was generated by GNU Autoconf 2.53a. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -7489,7 +7489,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -cygutils config.status 1.1.1 +cygutils config.status 1.1.2 configured by $0, generated by GNU Autoconf 2.53a, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index 2b2cdde..8c8163e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) -AC_INIT(cygutils, 1.1.1, cwilson@ece.gatech.edu) +AC_INIT(cygutils, 1.1.2, cwilson@ece.gatech.edu) AC_CONFIG_SRCDIR([config.h.in]) AM_CONFIG_HEADER([config.h]) -AM_INIT_AUTOMAKE(cygutils, 1.1.1) +AM_INIT_AUTOMAKE(cygutils, 1.1.2) AM_MAINTAINER_MODE # Checks for programs. -- 2.43.5