aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/examples/Makefile.am5
-rw-r--r--src/examples/Makefile.am3
-rw-r--r--src/include/microhttpd.h2
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index 5c1ec7f5..bf356eb5 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -18,15 +18,14 @@ noinst_PROGRAMS = \
18 basicauthentication \ 18 basicauthentication \
19 hellobrowser \ 19 hellobrowser \
20 logging \ 20 logging \
21 responseheaders \ 21 responseheaders
22 sessions
23 22
24if ENABLE_HTTPS 23if ENABLE_HTTPS
25noinst_PROGRAMS += \ 24noinst_PROGRAMS += \
26 tlsauthentication 25 tlsauthentication
27endif 26endif
28if HAVE_POSTPROCESSOR 27if HAVE_POSTPROCESSOR
29noinst_PROGRAMS += simplepost largepost 28noinst_PROGRAMS += simplepost largepost sessions
30endif 29endif
31 30
32if HAVE_W32 31if HAVE_W32
diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am
index 717490bb..5d5ed5bd 100644
--- a/src/examples/Makefile.am
+++ b/src/examples/Makefile.am
@@ -28,7 +28,8 @@ if ENABLE_HTTPS
28noinst_PROGRAMS += https_fileserver_example 28noinst_PROGRAMS += https_fileserver_example
29endif 29endif
30if HAVE_POSTPROCESSOR 30if HAVE_POSTPROCESSOR
31noinst_PROGRAMS += post_example 31noinst_PROGRAMS += \
32 post_example
32endif 33endif
33 34
34if ENABLE_DAUTH 35if ENABLE_DAUTH
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index ff7e2785..0d30d74a 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -106,7 +106,7 @@ extern "C"
106/** 106/**
107 * Current version of the library. 107 * Current version of the library.
108 */ 108 */
109#define MHD_VERSION 0x00091900 109#define MHD_VERSION 0x00092000
110 110
111/** 111/**
112 * MHD-internal return code for "YES". 112 * MHD-internal return code for "YES".