aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-05-28 13:49:18 +0000
committerChristian Grothoff <christian@grothoff.org>2014-05-28 13:49:18 +0000
commitfd764222b83142d78879290547fcd415744c8cb9 (patch)
treed017dcfa1f2b7105f59debef9552987a76381b2b
parentd71165ed3aa33e4c321a8b70239f9169dbba86f2 (diff)
downloadlibmicrohttpd-fd764222b83142d78879290547fcd415744c8cb9.tar.gz
libmicrohttpd-fd764222b83142d78879290547fcd415744c8cb9.zip
-version 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 97d5bb03..de971643 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 0x00093600 133#define MHD_VERSION 0x00093601
134 134
135/** 135/**
136 * MHD-internal return code for "YES". 136 * MHD-internal return code for "YES".