summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorMartin Kraemer <martin@apache.org>2002-07-16 09:30:16 +0000
committerMartin Kraemer <martin@apache.org>2002-07-16 09:30:16 +0000
commit6efe4acae8b2e3ff7e1e4fcef4facd51a77b4780 (patch)
tree44ad2ffcad093c419b0c9c54d0686bb8b0578fa7 /support
parent30304d48545f047d51a821e760c70714ff1482f9 (diff)
downloadhttpd-6efe4acae8b2e3ff7e1e4fcef4facd51a77b4780.tar.gz
And fix the version number
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96074 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support')
-rw-r--r--support/ab.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/support/ab.c b/support/ab.c
index df19f00a25..ffe9c197c5 100644
--- a/support/ab.c
+++ b/support/ab.c
@@ -128,7 +128,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.37-dev"
+#define AP_AB_BASEREVISION "2.0.40-dev"
/*
* BUGS:
@@ -1727,14 +1727,14 @@ static void test(void)
static void copyright(void)
{
if (!use_html) {
- printf("This is ApacheBench, Version %s\n", AP_AB_BASEREVISION " <$Revision: 1.112 $> apache-2.0");
+ printf("This is ApacheBench, Version %s\n", AP_AB_BASEREVISION " <$Revision: 1.113 $> apache-2.0");
printf("Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/\n");
printf("Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/\n");
printf("\n");
}
else {
printf("<p>\n");
- printf(" This is ApacheBench, Version %s <i>&lt;%s&gt;</i> apache-2.0<br>\n", AP_AB_BASEREVISION, "$Revision: 1.112 $");
+ printf(" This is ApacheBench, Version %s <i>&lt;%s&gt;</i> apache-2.0<br>\n", AP_AB_BASEREVISION, "$Revision: 1.113 $");
printf(" Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/<br>\n");
printf(" Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/<br>\n");
printf("</p>\n<p>\n");