diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-08-27 16:48:59 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-08-27 16:48:59 +0000 |
commit | 8c6113b6e028dba9cb58020b6f718e471353cf1d (patch) | |
tree | ed148344d3e7bf7685d156451ef762c6dd192618 | |
parent | 671bae80782c5307054b56478066cd97fc879dd0 (diff) | |
download | libmicrohttpd-8c6113b6e028dba9cb58020b6f718e471353cf1d.tar.gz libmicrohttpd-8c6113b6e028dba9cb58020b6f718e471353cf1d.zip |
-version bump
-rw-r--r-- | src/include/microhttpd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h index e594e355..d944bae5 100644 --- a/src/include/microhttpd.h +++ b/src/include/microhttpd.h | |||
@@ -120,7 +120,7 @@ extern "C" | |||
120 | /** | 120 | /** |
121 | * Current version of the library. | 121 | * Current version of the library. |
122 | */ | 122 | */ |
123 | #define MHD_VERSION 0x00092200 | 123 | #define MHD_VERSION 0x00092201 |
124 | 124 | ||
125 | /** | 125 | /** |
126 | * MHD-internal return code for "YES". | 126 | * MHD-internal return code for "YES". |