On May 27, 2008, at 12:46 PM, Takashi Sato wrote:
Sorry for pointing out this after backported.
On Tue, 27 May 2008 16:11:40 -0000
[EMAIL PROTECTED] wrote:
@@ -80,6 +80,10 @@
** Switched to the new abstract pollset API, allowing ab to
** take advantage of future apr_pollset_t scalability
improvements.
** Contributed by Brian Pane, August 31, 2002
+ **
+ ** Version 2.3
+ ** SIGINT now triggers output_results().
+ ** Contributed by colm, March 30, 2006
**/
/* Note: this version string should start with \d+[\d\.]* and be a
valid
@@ -91,7 +95,7 @@
* ab - or to due to a change in the distribution it is compiled with
* (such as an APR change in for example blocking).
*/
-#define AP_AB_BASEREVISION "2.0.40-dev"
+#define AP_AB_BASEREVISION "2.3"
This should be 2.2 instead of 2.3.
No reason really... the version number of ab is independent
of httpd