From 9203c713f4477b9ed0f5dba0e4fa2835b8d99ad1 Mon Sep 17 00:00:00 2001 From: tbbulloc Date: Sat, 7 Apr 2007 07:02:11 +0000 Subject: [PATCH] Version 0.9.99 preparing for 1.0.0 --- httperf/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httperf/configure.ac b/httperf/configure.ac index 2ef6369..9315a0a 100755 --- a/httperf/configure.ac +++ b/httperf/configure.ac @@ -2,13 +2,13 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.60) -AC_INIT(httperf, 0.9.0, httperf@linux.hpl.hp.com) +AC_INIT(httperf, 0.9.99, httperf@linux.hpl.hp.com) AC_CONFIG_SRCDIR([src/httperf.c]) AC_CONFIG_HEADER([config.h]) AC_CANONICAL_TARGET -AM_INIT_AUTOMAKE(httperf, 0.9.0) +AM_INIT_AUTOMAKE(httperf, 0.9.99) # Turn on Debug if necessary AC_ARG_ENABLE(debug,