Changeset 132

Show
Ignore:
Timestamp:
10/26/04 09:33:40 (4 years ago)
Author:
morris
Message:

bump version

Files:

Legend:

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

    r122 r132  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.57 for wire 1.0.2
     3# Generated by GNU Autoconf 2.57 for wire 1.0.3
    44# 
    55# Report bugs to <axel@zankasoftware.com>. 
     
    269269PACKAGE_NAME='wire' 
    270270PACKAGE_TARNAME='wire' 
    271 PACKAGE_VERSION='1.0.2
    272 PACKAGE_STRING='wire 1.0.2
     271PACKAGE_VERSION='1.0.3
     272PACKAGE_STRING='wire 1.0.3
    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.2 to adapt to many kinds of systems. 
     782\`configure' configures wire 1.0.3 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.2:";; 
     843     short | recursive ) echo "Configuration of wire 1.0.3:";; 
    844844   esac 
    845845  cat <<\_ACEOF 
     
    926926if $ac_init_version; then 
    927927  cat <<\_ACEOF 
    928 wire configure 1.0.2 
     928wire configure 1.0.3 
    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.2, which was 
     943It was created by wire $as_me 1.0.3, 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.2
     1368#define WR_PACKAGE_VERSION "1.0.3
    13691369_ACEOF 
    13701370 
     
    13861386 
    13871387# These are used in the Makefile 
    1388 WR_PACKAGE_VERSION=1.0.2 
     1388WR_PACKAGE_VERSION=1.0.3 
    13891389 
    13901390 
     
    90739073cat >&5 <<_CSEOF 
    90749074 
    9075 This file was extended by wire $as_me 1.0.2, which was 
     9075This file was extended by wire $as_me 1.0.3, which was 
    90769076generated by GNU Autoconf 2.57.  Invocation command line was 
    90779077 
     
    91339133cat >>$CONFIG_STATUS <<_ACEOF 
    91349134ac_cs_version="\\ 
    9135 wire config.status 1.0.2 
     9135wire config.status 1.0.3 
    91369136configured by $0, generated by GNU Autoconf 2.57, 
    91379137  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 
  • wire/trunk/configure.in

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