aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-02 21:02:40 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-02 21:02:40 +0000
commit775b19917e81d629119e0ae9ef5601849c498cf8 (patch)
treecf467fbb3539eb4b64536bca23a3b05391b3c923
parent3a7b39add8a368aa20e7dc36886d1307cfb7a215 (diff)
downloadlibmicrohttpd-775b19917e81d629119e0ae9ef5601849c498cf8.tar.gz
libmicrohttpd-775b19917e81d629119e0ae9ef5601849c498cf8.zip
bump header 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 c7620eb0..275f361c 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 0x00092202 123#define MHD_VERSION 0x00092203
124 124
125/** 125/**
126 * MHD-internal return code for "YES". 126 * MHD-internal return code for "YES".