From bfe20b177adcd90d59ee08c7d707febaf5ffd7cb Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Jun 03 2009 17:03:29 +0000 Subject: bump version to 1.1.3 for fedora review --- diff --git a/configure b/configure index c565277..cf38ebe 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for dirsrv-gw 1.1.2. +# Generated by GNU Autoconf 2.59 for dirsrv-gw 1.1.3. # # Report bugs to . # @@ -423,8 +423,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='dirsrv-gw' PACKAGE_TARNAME='dirsrv-gw' -PACKAGE_VERSION='1.1.2' -PACKAGE_STRING='dirsrv-gw 1.1.2' +PACKAGE_VERSION='1.1.3' +PACKAGE_STRING='dirsrv-gw 1.1.3' PACKAGE_BUGREPORT='http://bugzilla.redhat.com/' ac_unique_file="dsgwutil.c" @@ -955,7 +955,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 dirsrv-gw 1.1.2 to adapt to many kinds of systems. +\`configure' configures dirsrv-gw 1.1.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1021,7 +1021,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of dirsrv-gw 1.1.2:";; + short | recursive ) echo "Configuration of dirsrv-gw 1.1.3:";; esac cat <<\_ACEOF @@ -1189,7 +1189,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -dirsrv-gw configure 1.1.2 +dirsrv-gw configure 1.1.3 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -1203,7 +1203,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 dirsrv-gw $as_me 1.1.2, which was +It was created by dirsrv-gw $as_me 1.1.3, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1847,7 +1847,7 @@ fi # Define the identity of the package. PACKAGE='dirsrv-gw' - VERSION='1.1.2' + VERSION='1.1.3' cat >>confdefs.h <<_ACEOF @@ -23028,7 +23028,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by dirsrv-gw $as_me 1.1.2, which was +This file was extended by dirsrv-gw $as_me 1.1.3, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -23091,7 +23091,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -dirsrv-gw config.status 1.1.2 +dirsrv-gw config.status 1.1.3 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index 0ff3e1e..f4a206d 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([dirsrv-gw], [1.1.2], [http://bugzilla.redhat.com/]) +AC_INIT([dirsrv-gw], [1.1.3], [http://bugzilla.redhat.com/]) AC_CONFIG_SRCDIR([dsgwutil.c]) AM_INIT_AUTOMAKE([1.9 foreign subdir-objects]) AM_MAINTAINER_MODE