diff options
author | Richard Jones <rjones@redhat.com> | 2009-05-21 19:36:33 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-05-21 19:36:33 +0100 |
commit | df4b00d9cc8bf5882f121382222398288c51bb51 (patch) | |
tree | dba258cec96fb8863b9b35ae84f03c9908ff6c14 | |
parent | b28815d7bf03d156af0276a11433638dcd736662 (diff) | |
download | libguestfs-df4b00d9cc8bf5882f121382222398288c51bb51.tar.gz libguestfs-df4b00d9cc8bf5882f121382222398288c51bb51.tar.xz libguestfs-df4b00d9cc8bf5882f121382222398288c51bb51.zip |
Prepare for version 1.0.30. Reduce boot loop script to 10 boots.
-rw-r--r-- | configure.ac | 2 | ||||
-rwxr-xr-x | test-bootbootboot.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 5c07e1b9..b92cdcd3 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -AC_INIT([libguestfs],[1.0.29]) +AC_INIT([libguestfs],[1.0.30]) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([m4]) diff --git a/test-bootbootboot.sh b/test-bootbootboot.sh index 616781a3..7728f384 100755 --- a/test-bootbootboot.sh +++ b/test-bootbootboot.sh @@ -26,7 +26,7 @@ set -e rm -f test1.img dd if=/dev/zero of=test1.img bs=1024k count=500 -n=20 +n=10 if [ -n "$1" ]; then n=$1; fi export LIBGUESTFS_DEBUG=1 |