Changeset 5173

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

Bump to 1.0.2

Files:

Legend:

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

    r5075 r5173  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.61 for trackerd 1.0.1
     3# Generated by GNU Autoconf 2.61 for trackerd 1.0.2
    44# 
    55# Report bugs to <axel@zankasoftware.com>. 
     
    575575PACKAGE_NAME='trackerd' 
    576576PACKAGE_TARNAME='trackerd' 
    577 PACKAGE_VERSION='1.0.1
    578 PACKAGE_STRING='trackerd 1.0.1
     577PACKAGE_VERSION='1.0.2
     578PACKAGE_STRING='trackerd 1.0.2
    579579PACKAGE_BUGREPORT='axel@zankasoftware.com' 
    580580 
     
    11981198  # This message is too long to be a string in the A/UX 3.1 sh. 
    11991199  cat <<_ACEOF 
    1200 \`configure' configures trackerd 1.0.1 to adapt to many kinds of systems. 
     1200\`configure' configures trackerd 1.0.2 to adapt to many kinds of systems. 
    12011201 
    12021202Usage: $0 [OPTION]... [VAR=VALUE]... 
     
    12631263if test -n "$ac_init_help"; then 
    12641264  case $ac_init_help in 
    1265      short | recursive ) echo "Configuration of trackerd 1.0.1:";; 
     1265     short | recursive ) echo "Configuration of trackerd 1.0.2:";; 
    12661266   esac 
    12671267  cat <<\_ACEOF 
     
    13581358if $ac_init_version; then 
    13591359  cat <<\_ACEOF 
    1360 trackerd configure 1.0.1 
     1360trackerd configure 1.0.2 
    13611361generated by GNU Autoconf 2.61 
    13621362 
     
    13721372running configure, to aid debugging if configure makes a mistake. 
    13731373 
    1374 It was created by trackerd $as_me 1.0.1, which was 
     1374It was created by trackerd $as_me 1.0.2, which was 
    13751375generated by GNU Autoconf 2.61.  Invocation command line was 
    13761376 
     
    19491949 
    19501950cat >>confdefs.h <<\_ACEOF 
    1951 #define WT_VERSION "1.0.1
     1951#define WT_VERSION "1.0.2
    19521952_ACEOF 
    19531953 
     
    19641964 
    19651965# These are used in the Makefile 
    1966 WT_VERSION="1.0.1
     1966WT_VERSION="1.0.2
    19671967 
    19681968 
     
    69356935# values after options handling. 
    69366936ac_log=" 
    6937 This file was extended by trackerd $as_me 1.0.1, which was 
     6937This file was extended by trackerd $as_me 1.0.2, which was 
    69386938generated by GNU Autoconf 2.61.  Invocation command line was 
    69396939 
     
    69846984cat >>$CONFIG_STATUS <<_ACEOF 
    69856985ac_cs_version="\\ 
    6986 trackerd config.status 1.0.1 
     6986trackerd config.status 1.0.2 
    69876987configured by $0, generated by GNU Autoconf 2.61, 
    69886988  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 
  • trackerd/trunk/configure.in

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