summaryrefslogtreecommitdiffstats
path: root/httpd-2.0.48-release.patch
blob: 683d38ffb6efd551ecf7a4ddc36636cd970da282 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

Change the server version string appropriately, without changing
the PLATFORM macro throughout the cod.

--- httpd-2.0.48/server/core.c.release
+++ httpd-2.0.48/server/core.c
@@ -2386,7 +2386,7 @@
         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@)");
     }
 
     /*