diff --git a/Makefile.in b/Makefile.in index e822b045f2c..9ee235115b0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -255,6 +255,7 @@ INSTALL_HEADERS = \ $(srcdir)/modules/cache/cache_common.h \ $(srcdir)/modules/database/mod_dbd.h \ $(srcdir)/modules/dav/main/mod_dav.h \ + $(srcdir)/modules/http2/mod_http2.h \ $(srcdir)/modules/filters/mod_include.h \ $(srcdir)/modules/filters/mod_xml2enc.h \ $(srcdir)/modules/generators/mod_cgi.h \ diff --git a/changes-entries/mod_http2_h_export.txt b/changes-entries/mod_http2_h_export.txt new file mode 100644 index 00000000000..1cd80322d77 --- /dev/null +++ b/changes-entries/mod_http2_h_export.txt @@ -0,0 +1 @@ + *) mod_http2: Export mod_http2.h as public header. [Stefan Eissing] diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 6536609d28b..d11bfd2f987 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -592,6 +592,7 @@ * 20120211.123 (2.4.51-dev) Added ap_pcre_version_string(), AP_REG_PCRE_COMPILED * and AP_REG_PCRE_LOADED to ap_regex.h. * 20120211.124 (2.4.51-dev) Add name_ex to struct proxy_worker_shared + * 20120211.125 (2.4.55-dev) Export mod_http2.h as public header * */ @@ -600,7 +601,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20120211 #endif -#define MODULE_MAGIC_NUMBER_MINOR 124 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 125 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a