aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-10-29 19:54:14 +0000
committerChristian Grothoff <christian@grothoff.org>2014-10-29 19:54:14 +0000
commitb6db4c24d40321a2e617147793bac471dc0a0a65 (patch)
treec61c9d65444125607ca42bb34513035f9b2f197a
parentfd9472386333a7d2a2a7c298641b64167f3598ac (diff)
downloadlibmicrohttpd-b6db4c24d40321a2e617147793bac471dc0a0a65.tar.gz
libmicrohttpd-b6db4c24d40321a2e617147793bac471dc0a0a65.zip
-bump
-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 27a29d42..1de8a0c5 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -130,7 +130,7 @@ typedef intptr_t ssize_t;
130 * Current version of the library. 130 * Current version of the library.
131 * 0x01093001 = 1.9.30-1. 131 * 0x01093001 = 1.9.30-1.
132 */ 132 */
133#define MHD_VERSION 0x00093800 133#define MHD_VERSION 0x00093801
134 134
135/** 135/**
136 * MHD-internal return code for "YES". 136 * MHD-internal return code for "YES".