Changeset 5171

Show
Ignore:
Timestamp:
01/16/08 08:37:58 (6 months ago)
Author:
morris
Message:

Bump to 1.1.3

Files:

Legend:

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

    r5039 r5171  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.61 for wire 1.1.2
     3# Generated by GNU Autoconf 2.61 for wire 1.1.3
    44# 
    55# Report bugs to <axel@zankasoftware.com>. 
     
    575575PACKAGE_NAME='wire' 
    576576PACKAGE_TARNAME='wire' 
    577 PACKAGE_VERSION='1.1.2
    578 PACKAGE_STRING='wire 1.1.2
     577PACKAGE_VERSION='1.1.3
     578PACKAGE_STRING='wire 1.1.3
    579579PACKAGE_BUGREPORT='axel@zankasoftware.com' 
    580580 
     
    11941194  # This message is too long to be a string in the A/UX 3.1 sh. 
    11951195  cat <<_ACEOF 
    1196 \`configure' configures wire 1.1.2 to adapt to many kinds of systems. 
     1196\`configure' configures wire 1.1.3 to adapt to many kinds of systems. 
    11971197 
    11981198Usage: $0 [OPTION]... [VAR=VALUE]... 
     
    12591259if test -n "$ac_init_help"; then 
    12601260  case $ac_init_help in 
    1261      short | recursive ) echo "Configuration of wire 1.1.2:";; 
     1261     short | recursive ) echo "Configuration of wire 1.1.3:";; 
    12621262   esac 
    12631263  cat <<\_ACEOF 
     
    13491349if $ac_init_version; then 
    13501350  cat <<\_ACEOF 
    1351 wire configure 1.1.2 
     1351wire configure 1.1.3 
    13521352generated by GNU Autoconf 2.61 
    13531353 
     
    13631363running configure, to aid debugging if configure makes a mistake. 
    13641364 
    1365 It was created by wire $as_me 1.1.2, which was 
     1365It was created by wire $as_me 1.1.3, which was 
    13661366generated by GNU Autoconf 2.61.  Invocation command line was 
    13671367 
     
    19401940 
    19411941cat >>confdefs.h <<\_ACEOF 
    1942 #define WR_VERSION "1.1.2
     1942#define WR_VERSION "1.1.3
    19431943_ACEOF 
    19441944 
     
    19551955 
    19561956# These are used in the Makefile 
    1957 WR_VERSION=1.1.2 
     1957WR_VERSION=1.1.3 
    19581958 
    19591959 
     
    75717571# values after options handling. 
    75727572ac_log=" 
    7573 This file was extended by wire $as_me 1.1.2, which was 
     7573This file was extended by wire $as_me 1.1.3, which was 
    75747574generated by GNU Autoconf 2.61.  Invocation command line was 
    75757575 
     
    76207620cat >>$CONFIG_STATUS <<_ACEOF 
    76217621ac_cs_version="\\ 
    7622 wire config.status 1.1.2 
     7622wire config.status 1.1.3 
    76237623configured by $0, generated by GNU Autoconf 2.61, 
    76247624  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 
  • wire/trunk/configure.in

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