]> granicus.if.org Git - apache/commitdiff
Fix the version string. We want to end up with "mod_ssl/2.0.xx", not
authorCliff Woolley <jwoolley@apache.org>
Sat, 30 Mar 2002 00:00:21 +0000 (00:00 +0000)
committerCliff Woolley <jwoolley@apache.org>
Sat, 30 Mar 2002 00:00:21 +0000 (00:00 +0000)
"mod_ssl/Apache/2.0.xx".

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94320 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/mod_ssl.h

index 2a00bb4ee94fa3872e878910e753df65cc282c21..85d628732b85d2a9ff0ebdde674ff22f8f94b68e 100644 (file)
 #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 <ssl.h>