Skip to content

Commit

Permalink
Update release target to 1.0.0
Browse files Browse the repository at this point in the history
Jan
  • Loading branch information
Jan Wieck authored and Jan Wieck committed Jul 2, 2004
1 parent 499a273 commit 2de2fa0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53 for slony1-engine 1.0RC1.
# Generated by GNU Autoconf 2.53 for slony1-engine 1.0.0.
#
# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
Expand Down Expand Up @@ -254,8 +254,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='slony1-engine'
PACKAGE_TARNAME='slony1-engine'
PACKAGE_VERSION='1.0RC1'
PACKAGE_STRING='slony1-engine 1.0RC1'
PACKAGE_VERSION='1.0.0'
PACKAGE_STRING='slony1-engine 1.0.0'
PACKAGE_BUGREPORT=''

ac_unique_file="src"
Expand Down Expand Up @@ -719,7 +719,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures slony1-engine 1.0RC1 to adapt to many kinds of systems.
\`configure' configures slony1-engine 1.0.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -780,7 +780,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of slony1-engine 1.0RC1:";;
short | recursive ) echo "Configuration of slony1-engine 1.0.0:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -863,7 +863,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
slony1-engine configure 1.0RC1
slony1-engine configure 1.0.0
generated by GNU Autoconf 2.53
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
Expand All @@ -878,7 +878,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by slony1-engine $as_me 1.0RC1, which was
It was created by slony1-engine $as_me 1.0.0, which was
generated by GNU Autoconf 2.53. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -3139,7 +3139,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
This file was extended by slony1-engine $as_me 1.0RC1, which was
This file was extended by slony1-engine $as_me 1.0.0, which was
generated by GNU Autoconf 2.53. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -3198,7 +3198,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
slony1-engine config.status 1.0RC1
slony1-engine config.status 1.0.0
configured by $0, generated by GNU Autoconf 2.53,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
# Copyright (c) 2003-2004, PostgreSQL Global Development Group
# Author: Jan Wieck, Afilias USA INC.
#
# $Id: configure.ac,v 1.23 2004-06-23 18:24:31 wieck Exp $
# $Id: configure.ac,v 1.24 2004-07-02 14:56:07 wieck Exp $
#
# Process this file with autoconf to produce a configure script.
# ----------

AC_INIT(slony1-engine, 1.0RC1)
AC_INIT(slony1-engine, 1.0.0)
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_SRCDIR([src])
Expand Down

0 comments on commit 2de2fa0

Please sign in to comment.