2004-09-09 06:16:56 +00:00
|
|
|
--- httpd-2.0.48/server/core.c.release
|
|
|
|
+++ httpd-2.0.48/server/core.c
|
2004-09-09 06:18:41 +00:00
|
|
|
@@ -2386,7 +2386,7 @@
|
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@)");
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|