aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 275f361c..d06c0f92 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -119,8 +119,9 @@ extern "C"
119 119
120/** 120/**
121 * Current version of the library. 121 * Current version of the library.
122 * 0x01093001 = 1.9.30-1.
122 */ 123 */
123#define MHD_VERSION 0x00092203 124#define MHD_VERSION 0x00093000
124 125
125/** 126/**
126 * MHD-internal return code for "YES". 127 * MHD-internal return code for "YES".