aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-29 12:22:48 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-29 12:22:48 +0000
commit17461f1978058cc58f1824d78f18ace4365a77f7 (patch)
tree3379bb240f83a281a35c08521103ad56ae464dde /src
parentb41f753a6d0aa55ca5ef7f9e160813c007c03167 (diff)
downloadlibmicrohttpd-17461f1978058cc58f1824d78f18ace4365a77f7.tar.gz
libmicrohttpd-17461f1978058cc58f1824d78f18ace4365a77f7.zip
release 0.9.9
Diffstat (limited to 'src')
-rw-r--r--src/include/microhttpd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index d4dd9042..fa5f6c95 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 0x00090800 109#define MHD_VERSION 0x00090900
110 110
111/** 111/**
112 * MHD-internal return code for "YES". 112 * MHD-internal return code for "YES".
@@ -1629,7 +1629,7 @@ const union MHD_DaemonInfo *MHD_get_daemon_info (struct MHD_Daemon *daemon,
1629/** 1629/**
1630 * Obtain the version of this library 1630 * Obtain the version of this library
1631 * 1631 *
1632 * @return static version string, e.g. "0.4.1" 1632 * @return static version string, e.g. "0.9.9"
1633 */ 1633 */
1634const char* MHD_get_version(void); 1634const char* MHD_get_version(void);
1635 1635