Changeset 4101

Show
Ignore:
Timestamp:
05/08/06 20:09:22 (3 years ago)
Author:
morris
Message:

Bump version

Files:

Legend:

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

    r4048 r4101  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.59 for wired 1.3. 
     3# Generated by GNU Autoconf 2.59 for wired 1.3.1. 
    44# 
    55# Report bugs to <axel@zankasoftware.com>. 
     
    270270PACKAGE_NAME='wired' 
    271271PACKAGE_TARNAME='wired' 
    272 PACKAGE_VERSION='1.3
    273 PACKAGE_STRING='wired 1.3
     272PACKAGE_VERSION='1.3.1
     273PACKAGE_STRING='wired 1.3.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 wired 1.3 to adapt to many kinds of systems. 
     784\`configure' configures wired 1.3.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 wired 1.3:";; 
     845     short | recursive ) echo "Configuration of wired 1.3.1:";; 
    846846   esac 
    847847  cat <<\_ACEOF 
     
    972972if $ac_init_version; then 
    973973  cat <<\_ACEOF 
    974 wired configure 1.3 
     974wired configure 1.3.1 
    975975generated by GNU Autoconf 2.59 
    976976 
     
    986986running configure, to aid debugging if configure makes a mistake. 
    987987 
    988 It was created by wired $as_me 1.3, which was 
     988It was created by wired $as_me 1.3.1, which was 
    989989generated by GNU Autoconf 2.59.  Invocation command line was 
    990990 
     
    14111411 
    14121412cat >>confdefs.h <<\_ACEOF 
    1413 #define WD_VERSION "1.3
     1413#define WD_VERSION "1.3.1
    14141414_ACEOF 
    14151415 
     
    14261426 
    14271427# These are used in the Makefile 
    1428 WD_VERSION="1.3
     1428WD_VERSION="1.3.1
    14291429 
    14301430 
     
    62886288cat >&5 <<_CSEOF 
    62896289 
    6290 This file was extended by wired $as_me 1.3, which was 
     6290This file was extended by wired $as_me 1.3.1, which was 
    62916291generated by GNU Autoconf 2.59.  Invocation command line was 
    62926292 
     
    63486348cat >>$CONFIG_STATUS <<_ACEOF 
    63496349ac_cs_version="\\ 
    6350 wired config.status 1.3 
     6350wired config.status 1.3.1 
    63516351configured by $0, generated by GNU Autoconf 2.59, 
    63526352  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 
  • wired/trunk/configure.in

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