aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-09-29 20:36:31 +0000
committerChristian Grothoff <christian@grothoff.org>2014-09-29 20:36:31 +0000
commit2b47dfd7355fa9485c066308d72c0500c182ee8f (patch)
treed75e4edbccfa7b52c59208c3b7e90a6998a25289
parentee47d1636680e4132ba825a3786216b4d2fccf7f (diff)
downloadlibmicrohttpd-2b47dfd7355fa9485c066308d72c0500c182ee8f.tar.gz
libmicrohttpd-2b47dfd7355fa9485c066308d72c0500c182ee8f.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 c85f8f10..77966799 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 0x00093704 133#define MHD_VERSION 0x00093705
134 134
135/** 135/**
136 * MHD-internal return code for "YES". 136 * MHD-internal return code for "YES".