aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-02-01 10:18:02 +0100
committerChristian Grothoff <christian@grothoff.org>2018-02-01 10:18:02 +0100
commit21b2dd96aaffa8e2d0937a339bbdace882db0fee (patch)
tree30179fa550ac09d87b67645488387aadca7c1f2d /src/include
parent12a6689266ccc3186b4a30441979aa91ec1f5dae (diff)
downloadlibmicrohttpd-21b2dd96aaffa8e2d0937a339bbdace882db0fee.tar.gz
libmicrohttpd-21b2dd96aaffa8e2d0937a339bbdace882db0fee.zip
getting ready for 0.9.59v0.9.59
Diffstat (limited to 'src/include')
-rw-r--r--src/include/microhttpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 3f15bf82..4f219fd0 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -126,7 +126,7 @@ typedef intptr_t ssize_t;
126 * Current version of the library. 126 * Current version of the library.
127 * 0x01093001 = 1.9.30-1. 127 * 0x01093001 = 1.9.30-1.
128 */ 128 */
129#define MHD_VERSION 0x00095801 129#define MHD_VERSION 0x00095900
130 130
131/** 131/**
132 * MHD-internal return code for "YES". 132 * MHD-internal return code for "YES".