From 325009ac85f7eaf6b75a6a9e7f4ec8b162b26aa0 Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Jan 31 2013 22:38:20 +0000 Subject: bump version to 1.1.17 --- diff --git a/configure b/configure index aaec59e..b9504da 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.68 for 389-adminutil 1.1.16. +# Generated by GNU Autoconf 2.68 for 389-adminutil 1.1.17. # # Report bugs to . # @@ -570,8 +570,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='389-adminutil' PACKAGE_TARNAME='389-adminutil' -PACKAGE_VERSION='1.1.16' -PACKAGE_STRING='389-adminutil 1.1.16' +PACKAGE_VERSION='1.1.17' +PACKAGE_STRING='389-adminutil 1.1.17' PACKAGE_BUGREPORT='http://bugzilla.redhat.com/' PACKAGE_URL='' @@ -1360,7 +1360,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 389-adminutil 1.1.16 to adapt to many kinds of systems. +\`configure' configures 389-adminutil 1.1.17 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1430,7 +1430,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of 389-adminutil 1.1.16:";; + short | recursive ) echo "Configuration of 389-adminutil 1.1.17:";; esac cat <<\_ACEOF @@ -1562,7 +1562,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -389-adminutil configure 1.1.16 +389-adminutil configure 1.1.17 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2152,7 +2152,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by 389-adminutil $as_me 1.1.16, which was +It was created by 389-adminutil $as_me 1.1.17, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2970,7 +2970,7 @@ fi # Define the identity of the package. PACKAGE='389-adminutil' - VERSION='1.1.16' + VERSION='1.1.17' cat >>confdefs.h <<_ACEOF @@ -19062,7 +19062,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by 389-adminutil $as_me 1.1.16, which was +This file was extended by 389-adminutil $as_me 1.1.17, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -19119,7 +19119,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -389-adminutil config.status 1.1.16 +389-adminutil config.status 1.1.17 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 4732faf..ccf285c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([389-adminutil], [1.1.16], [http://bugzilla.redhat.com/]) +AC_INIT([389-adminutil], [1.1.17], [http://bugzilla.redhat.com/]) AM_INIT_AUTOMAKE([1.9 foreign subdir-objects]) AM_MAINTAINER_MODE AC_CANONICAL_HOST