Changeset 420

Show
Ignore:
Timestamp:
05/05/04 21:47:01 (5 years ago)
Author:
morris
Message:

bump version

Files:

Legend:

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

    r413 r420  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.57 for wired 1.0.3
     3# Generated by GNU Autoconf 2.57 for wired 1.1
    44# 
    55# Report bugs to <axel@zankasoftware.com>. 
     
    269269PACKAGE_NAME='wired' 
    270270PACKAGE_TARNAME='wired' 
    271 PACKAGE_VERSION='1.0.3
    272 PACKAGE_STRING='wired 1.0.3
     271PACKAGE_VERSION='1.1
     272PACKAGE_STRING='wired 1.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 wired 1.0.3 to adapt to many kinds of systems. 
     782\`configure' configures wired 1.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 wired 1.0.3:";; 
     843     short | recursive ) echo "Configuration of wired 1.1:";; 
    844844   esac 
    845845  cat <<\_ACEOF 
     
    928928if $ac_init_version; then 
    929929  cat <<\_ACEOF 
    930 wired configure 1.0.3 
     930wired configure 1.1 
    931931generated by GNU Autoconf 2.57 
    932932 
     
    943943running configure, to aid debugging if configure makes a mistake. 
    944944 
    945 It was created by wired $as_me 1.0.3, which was 
     945It was created by wired $as_me 1.1, which was 
    946946generated by GNU Autoconf 2.57.  Invocation command line was 
    947947 
     
    13681368 
    13691369cat >>confdefs.h <<\_ACEOF 
    1370 #define WD_PACKAGE_VERSION "1.0.3
     1370#define WD_PACKAGE_VERSION "1.1
    13711371_ACEOF 
    13721372 
     
    13881388 
    13891389# These are used in the Makefile 
    1390 WD_PACKAGE_VERSION="1.0.3
     1390WD_PACKAGE_VERSION="1.1
    13911391 
    13921392 
     
    77227722cat >&5 <<_CSEOF 
    77237723 
    7724 This file was extended by wired $as_me 1.0.3, which was 
     7724This file was extended by wired $as_me 1.1, which was 
    77257725generated by GNU Autoconf 2.57.  Invocation command line was 
    77267726 
     
    77827782cat >>$CONFIG_STATUS <<_ACEOF 
    77837783ac_cs_version="\\ 
    7784 wired config.status 1.0.3 
     7784wired config.status 1.1 
    77857785configured by $0, generated by GNU Autoconf 2.57, 
    77867786  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 
  • wired/trunk/configure.in

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