diff options
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r-- | src/include/microhttpd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h index 4e30a40d..d5e08d82 100644 --- a/src/include/microhttpd.h +++ b/src/include/microhttpd.h | |||
@@ -131,7 +131,7 @@ typedef intptr_t ssize_t; | |||
131 | * Current version of the library. | 131 | * Current version of the library. |
132 | * 0x01093001 = 1.9.30-1. | 132 | * 0x01093001 = 1.9.30-1. |
133 | */ | 133 | */ |
134 | #define MHD_VERSION 0x00095004 | 134 | #define MHD_VERSION 0x00095005 |
135 | 135 | ||
136 | /** | 136 | /** |
137 | * MHD-internal return code for "YES". | 137 | * MHD-internal return code for "YES". |