cvsdist 436bfeb
cvsdist 436bfeb
Change the server version string appropriately, without changing
cvsdist 436bfeb
the PLATFORM macro throughout the cod.
cvsdist 436bfeb
cvsdist 6356941
--- httpd-2.0.48/server/core.c.release
cvsdist 6356941
+++ httpd-2.0.48/server/core.c
cvsdist b895f53
@@ -2386,7 +2386,7 @@
cvsdist 6356941
         ap_add_version_component(pconf, AP_SERVER_BASEPRODUCT "/" AP_SERVER_MAJORVERSION);
cvsdist 6356941
     }
cvsdist 6356941
     else {
cvsdist 6356941
-        ap_add_version_component(pconf, AP_SERVER_BASEVERSION " (" PLATFORM ")");
cvsdist 6356941
+        ap_add_version_component(pconf, AP_SERVER_BASEVERSION " (@RELEASE@)");
cvsdist 6356941
     }
cvsdist 6356941
 
cvsdist 6356941
     /*