diff options
author | Cliff Woolley <jwoolley@apache.org> | 2002-05-18 08:27:06 +0200 |
---|---|---|
committer | Cliff Woolley <jwoolley@apache.org> | 2002-05-18 08:27:06 +0200 |
commit | 3d9c16b61ad8e0a032c642b2e3390963c74a1626 (patch) | |
tree | 6a84cc64575e20aa2f4347da468cb669cd33628b /support/ab.c | |
parent | Stop using the deprecated APR_XtOffsetOf (diff) | |
download | apache2-3d9c16b61ad8e0a032c642b2e3390963c74a1626.tar.xz apache2-3d9c16b61ad8e0a032c642b2e3390963c74a1626.zip |
There's really no reason for a -dev here.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95168 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/ab.c')
-rw-r--r-- | support/ab.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/support/ab.c b/support/ab.c index 82b2b997fc..803d593c48 100644 --- a/support/ab.c +++ b/support/ab.c @@ -109,12 +109,12 @@ ** is now treated as fatal. ** Contributed by Aaron Bannert, April 24, 2002 ** - ** Version 2.0.36-dev2 + ** Version 2.0.36-2 ** Internalized the version string - this string is part ** of the Agent: header and the result output. ** **/ -#define AP_AB_BASEREVISION "2.0.36-dev2" /* Note: this version +#define AP_AB_BASEREVISION "2.0.36-2" /* Note: this version string should start with \d+[\d\.]* and be a valid string for an HTTP Agent: header when prefixed with 'ApacheBench/'. @@ -1329,14 +1329,14 @@ static void test(void) static void copyright(void) { if (!use_html) { - printf("This is ApacheBench, Version %s\n", AP_AB_BASEREVISION " <$Revision: 1.100 $> apache-2.0"); + printf("This is ApacheBench, Version %s\n", AP_AB_BASEREVISION " <$Revision: 1.101 $> 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><%s></i> apache-2.0<br>\n", AP_AB_BASEREVISION, "$Revision: 1.100 $"); + printf(" This is ApacheBench, Version %s <i><%s></i> apache-2.0<br>\n", AP_AB_BASEREVISION, "$Revision: 1.101 $"); 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"); |