Changeset 112

Show
Ignore:
Timestamp:
08/08/04 20:39:48 (4 years ago)
Author:
morris
Message:

bump version

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wire/trunk/configure

    r106 r112  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.57 for wire 1.0. 
     3# Generated by GNU Autoconf 2.57 for wire 1.0.1. 
    44# 
    55# Report bugs to <axel@zankasoftware.com>. 
     
    269269PACKAGE_NAME='wire' 
    270270PACKAGE_TARNAME='wire' 
    271 PACKAGE_VERSION='1.0
    272 PACKAGE_STRING='wire 1.0
     271PACKAGE_VERSION='1.0.1
     272PACKAGE_STRING='wire 1.0.1
    273273PACKAGE_BUGREPORT='axel@zankasoftware.com' 
    274274 
     
    780780  # This message is too long to be a string in the A/UX 3.1 sh. 
    781781  cat <<_ACEOF 
    782 \`configure' configures wire 1.0 to adapt to many kinds of systems. 
     782\`configure' configures wire 1.0.1 to adapt to many kinds of systems. 
    783783 
    784784Usage: $0 [OPTION]... [VAR=VALUE]... 
     
    841841if test -n "$ac_init_help"; then 
    842842  case $ac_init_help in 
    843      short | recursive ) echo "Configuration of wire 1.0:";; 
     843     short | recursive ) echo "Configuration of wire 1.0.1:";; 
    844844   esac 
    845845  cat <<\_ACEOF 
     
    926926if $ac_init_version; then 
    927927  cat <<\_ACEOF 
    928 wire configure 1.0 
     928wire configure 1.0.1 
    929929generated by GNU Autoconf 2.57 
    930930 
     
    941941running configure, to aid debugging if configure makes a mistake. 
    942942 
    943 It was created by wire $as_me 1.0, which was 
     943It was created by wire $as_me 1.0.1, which was 
    944944generated by GNU Autoconf 2.57.  Invocation command line was 
    945945 
     
    13661366 
    13671367cat >>confdefs.h <<\_ACEOF 
    1368 #define WR_PACKAGE_VERSION "1.0
     1368#define WR_PACKAGE_VERSION "1.0.1
    13691369_ACEOF 
    13701370 
     
    13861386 
    13871387# These are used in the Makefile 
    1388 WR_PACKAGE_VERSION=1.0 
     1388WR_PACKAGE_VERSION=1.0.1 
    13891389 
    13901390 
     
    35103510 
    35113511 
    3512 # Check if we need the network services library 
     3512# Check if we need the resolve services library 
    35133513echo "$as_me:$LINENO: checking for inet_aton" >&5 
    35143514echo $ECHO_N "checking for inet_aton... $ECHO_C" >&6 
     
    90639063cat >&5 <<_CSEOF 
    90649064 
    9065 This file was extended by wire $as_me 1.0, which was 
     9065This file was extended by wire $as_me 1.0.1, which was 
    90669066generated by GNU Autoconf 2.57.  Invocation command line was 
    90679067 
     
    91239123cat >>$CONFIG_STATUS <<_ACEOF 
    91249124ac_cs_version="\\ 
    9125 wire config.status 1.0 
     9125wire config.status 1.0.1 
    91269126configured by $0, generated by GNU Autoconf 2.57, 
    91279127  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 
  • wire/trunk/configure.in

    r109 r112  
    11# Process this file with autoconf to produce a configure script 
    2 AC_INIT([wire], [1.0], [axel@zankasoftware.com]) 
     2AC_INIT([wire], [1.0.1], [axel@zankasoftware.com]) 
    33AC_PREREQ([2.57]) 
    44AC_CONFIG_SRCDIR([config.h.in])