At 10:46 AM 3/26/2003, Graham Leggett wrote:

>Does anyone have a quick howto on how the httpd version gets embedded into the 
>tarball when it is rolled? I looked at the build/httpd_roll_release file but I could 
>not see where it was done.

Finally an answer I can contribute to from Win32's perspective ;-)
We extract the version into all compiled binaries by invoking build/win32ver.awk,
with a command such as;

awk -f ./build/win32/win32ver.awk libhttpd.dll "Apache HTTP Server Core"  
./include/ap_release.h > .\build\win32\libhttpd.rc

Feel free to look at win32ver.awk as to how we extract the version from
ap_release.h.

Bill 

Reply via email to