aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-30 15:58:44 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-30 15:58:44 +0000
commit7a4bb2a0f72f61c35395018b21106ef89b529b9b (patch)
tree154b526f547241f7e41b97c77cdcf9fd45ea94bf
parent65f549493aa4674e97e1a9ee9f6644aeab73d374 (diff)
downloadlibmicrohttpd-7a4bb2a0f72f61c35395018b21106ef89b529b9b.tar.gz
libmicrohttpd-7a4bb2a0f72f61c35395018b21106ef89b529b9b.zip
bump version
-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 1afe831d..33b3d033 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -106,7 +106,7 @@ extern "C"
106/** 106/**
107 * Current version of the library. 107 * Current version of the library.
108 */ 108 */
109#define MHD_VERSION 0x00090F00 109#define MHD_VERSION 0x00090F01
110 110
111/** 111/**
112 * MHD-internal return code for "YES". 112 * MHD-internal return code for "YES".