2004-10-13 10:44:51 +00:00
|
|
|
|
|
|
|
Upstream-HEAD: vendor
|
|
|
|
Upstream-2.0: vendor
|
|
|
|
Upstream-Status: vendor-specific change
|
|
|
|
|
2012-08-21 08:48:14 +00:00
|
|
|
--- httpd-2.4.3/server/core.c.release
|
|
|
|
+++ httpd-2.4.3/server/core.c
|
|
|
|
@@ -3189,7 +3189,7 @@ static void set_banner(apr_pool_t *pconf
|
2004-09-09 06:16:56 +00:00
|
|
|
ap_add_version_component(pconf, AP_SERVER_BASEPRODUCT "/" AP_SERVER_MAJORVERSION);
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
- ap_add_version_component(pconf, AP_SERVER_BASEVERSION " (" PLATFORM ")");
|
|
|
|
+ ap_add_version_component(pconf, AP_SERVER_BASEVERSION " (@RELEASE@)");
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|