From: Cliff Woolley Date: Sat, 30 Mar 2002 00:00:21 +0000 (+0000) Subject: Fix the version string. We want to end up with "mod_ssl/2.0.xx", not X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7c4e3656f09ec7ad1b89152d162e05679ef7a52;p=thirdparty%2Fapache%2Fhttpd.git Fix the version string. We want to end up with "mod_ssl/2.0.xx", not "mod_ssl/Apache/2.0.xx". git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@94320 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/mod_ssl.h b/mod_ssl.h index 2a00bb4ee94..85d628732b8 100644 --- a/mod_ssl.h +++ b/mod_ssl.h @@ -104,7 +104,7 @@ #include "apr_shm.h" #include "apr_optional.h" -#define MOD_SSL_VERSION AP_SERVER_BASEVERSION +#define MOD_SSL_VERSION AP_SERVER_BASEREVISION /* OpenSSL headers */ #include