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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 728c11e4..f57a26e2 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -130,9 +130,10 @@ typedef intptr_t ssize_t;
130 130
131/** 131/**
132 * Current version of the library. 132 * Current version of the library.
133 * 0x01093001 = 1.9.30-1. 133 * @note While it is a hexadecimal number, it is parsed as decimal number.
134 * Example: 0x01093001 = 1.9.30-1.
134 */ 135 */
135#define MHD_VERSION 0x00097106 136#define MHD_VERSION 0x00097200
136 137
137/** 138/**
138 * Operational results from MHD calls. 139 * Operational results from MHD calls.