summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael E Brown <michael_e_brown@dell.com>2007-12-07 17:25:09 -0600
committerMichael E Brown <michael_e_brown@dell.com>2007-12-07 17:25:09 -0600
commitaada35a1281981a361cce99f923f467ddabbeb76 (patch)
tree9a9402a181289df04a68fc263897b9b5bb71da49
parent6126530f48eb7253d7e592f20a8600ed4a0cccf5 (diff)
downloadmock-aada35a1281981a361cce99f923f467ddabbeb76.tar.gz
mock-aada35a1281981a361cce99f923f467ddabbeb76.tar.xz
mock-aada35a1281981a361cce99f923f467ddabbeb76.zip
version bump to 0.9.0
-rwxr-xr-xconfigure24
-rw-r--r--configure.ac6
2 files changed, 15 insertions, 15 deletions
diff --git a/configure b/configure
index 8bf84fe..b45e074 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.61 for mock 0.8.16.
+# Generated by GNU Autoconf 2.61 for mock 0.9.0.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
@@ -572,8 +572,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='mock'
PACKAGE_TARNAME='mock'
-PACKAGE_VERSION='0.8.16'
-PACKAGE_STRING='mock 0.8.16'
+PACKAGE_VERSION='0.9.0'
+PACKAGE_STRING='mock 0.9.0'
PACKAGE_BUGREPORT=''
ac_subst_vars='SHELL
@@ -1159,7 +1159,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 mock 0.8.16 to adapt to many kinds of systems.
+\`configure' configures mock 0.9.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1225,7 +1225,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of mock 0.8.16:";;
+ short | recursive ) echo "Configuration of mock 0.9.0:";;
esac
cat <<\_ACEOF
@@ -1295,7 +1295,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-mock configure 0.8.16
+mock configure 0.9.0
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1309,7 +1309,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 mock $as_me 0.8.16, which was
+It was created by mock $as_me 0.9.0, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@@ -1665,8 +1665,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
temp_RELEASE_NAME=mock
temp_RELEASE_MAJOR=0
-temp_RELEASE_MINOR=8
-temp_RELEASE_SUBLEVEL=16
+temp_RELEASE_MINOR=9
+temp_RELEASE_SUBLEVEL=0
temp_RELEASE_EXTRALEVEL=
####################################
@@ -2009,7 +2009,7 @@ fi
# Define the identity of the package.
PACKAGE='mock'
- VERSION='0.8.16'
+ VERSION='0.9.0'
cat >>confdefs.h <<_ACEOF
@@ -2901,7 +2901,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by mock $as_me 0.8.16, which was
+This file was extended by mock $as_me 0.9.0, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -2944,7 +2944,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-mock config.status 0.8.16
+mock config.status 0.9.0
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/configure.ac b/configure.ac
index 4841322..cb0551d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,12 +4,12 @@
####################################
# change version here.
-AC_INIT([mock],[0.8.16])
+AC_INIT([mock],[0.9.0])
temp_RELEASE_NAME=mock
temp_RELEASE_MAJOR=0
-temp_RELEASE_MINOR=8
-temp_RELEASE_SUBLEVEL=16
+temp_RELEASE_MINOR=9
+temp_RELEASE_SUBLEVEL=0
temp_RELEASE_EXTRALEVEL=
####################################