aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-01-01 20:51:45 +0000
committerChristian Grothoff <christian@grothoff.org>2014-01-01 20:51:45 +0000
commit3d8a80474e07a854516c08978eb5149d42833a7d (patch)
treed23fc4bd7669109ee14ff8e958ad60ce4a186e07
parente4e05d001ce05928d72aa07f34a3a7581107d842 (diff)
downloadlibmicrohttpd-3d8a80474e07a854516c08978eb5149d42833a7d.tar.gz
libmicrohttpd-3d8a80474e07a854516c08978eb5149d42833a7d.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 5b80f807..ee14e3a2 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -121,7 +121,7 @@ extern "C"
121 * Current version of the library. 121 * Current version of the library.
122 * 0x01093001 = 1.9.30-1. 122 * 0x01093001 = 1.9.30-1.
123 */ 123 */
124#define MHD_VERSION 0x00093300 124#define MHD_VERSION 0x00093301
125 125
126/** 126/**
127 * MHD-internal return code for "YES". 127 * MHD-internal return code for "YES".