Changeset 4108

Show
Ignore:
Timestamp:
05/09/06 18:41:06 (3 years ago)
Author:
morris
Message:

Bump version number

Files:

Legend:

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

    r3632 r4108  
    11NEWS 
    22==== 
     3 
     41.1.1 
     5- Add new /icon command, takes a path to an image file to use as icon 
    36 
    471.1 
  • wire/trunk/configure

    r4054 r4108  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.59 for wire 1.1. 
     3# Generated by GNU Autoconf 2.59 for wire 1.1.1. 
    44# 
    55# Report bugs to <axel@zankasoftware.com>. 
     
    270270PACKAGE_NAME='wire' 
    271271PACKAGE_TARNAME='wire' 
    272 PACKAGE_VERSION='1.1
    273 PACKAGE_STRING='wire 1.1
     272PACKAGE_VERSION='1.1.1
     273PACKAGE_STRING='wire 1.1.1
    274274PACKAGE_BUGREPORT='axel@zankasoftware.com' 
    275275 
     
    782782  # This message is too long to be a string in the A/UX 3.1 sh. 
    783783  cat <<_ACEOF 
    784 \`configure' configures wire 1.1 to adapt to many kinds of systems. 
     784\`configure' configures wire 1.1.1 to adapt to many kinds of systems. 
    785785 
    786786Usage: $0 [OPTION]... [VAR=VALUE]... 
     
    843843if test -n "$ac_init_help"; then 
    844844  case $ac_init_help in 
    845      short | recursive ) echo "Configuration of wire 1.1:";; 
     845     short | recursive ) echo "Configuration of wire 1.1.1:";; 
    846846   esac 
    847847  cat <<\_ACEOF 
     
    963963if $ac_init_version; then 
    964964  cat <<\_ACEOF 
    965 wire configure 1.1 
     965wire configure 1.1.1 
    966966generated by GNU Autoconf 2.59 
    967967 
     
    977977running configure, to aid debugging if configure makes a mistake. 
    978978 
    979 It was created by wire $as_me 1.1, which was 
     979It was created by wire $as_me 1.1.1, which was 
    980980generated by GNU Autoconf 2.59.  Invocation command line was 
    981981 
     
    14021402 
    14031403cat >>confdefs.h <<\_ACEOF 
    1404 #define WR_VERSION "1.1
     1404#define WR_VERSION "1.1.1
    14051405_ACEOF 
    14061406 
     
    14171417 
    14181418# These are used in the Makefile 
    1419 WR_VERSION=1.1 
     1419WR_VERSION=1.1.1 
    14201420 
    14211421 
     
    68846884cat >&5 <<_CSEOF 
    68856885 
    6886 This file was extended by wire $as_me 1.1, which was 
     6886This file was extended by wire $as_me 1.1.1, which was 
    68876887generated by GNU Autoconf 2.59.  Invocation command line was 
    68886888 
     
    69446944cat >>$CONFIG_STATUS <<_ACEOF 
    69456945ac_cs_version="\\ 
    6946 wire config.status 1.1 
     6946wire config.status 1.1.1 
    69476947configured by $0, generated by GNU Autoconf 2.59, 
    69486948  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 
  • wire/trunk/configure.in

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