aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/examples/Makefile.am3
-rw-r--r--src/include/microhttpd.h2
2 files changed, 3 insertions, 2 deletions
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".