I was trying to build Apache 1.3.28 with mod_perl 1.28, which I downloaded from http://perl.apache.org/dist/mod_perl-1.28.tar.gz. I managed to build everything okay, but I noticed that Apache reports mod_perl as version 1.27 in the error log:
[notice] Apache/1.3.28 (Unix) mod_perl/1.27 ...
grepping though the source in mod_perl-1.28/ revealed this:
./src/modules/perl/mod_perl.c:#define MP_APACHE_VERSION "1.27" ./Apache/Apache.pm: $VERSION = "1.27";
Did someone forget to increase the version number or is something else screwing me up?
Thanks for the help.