aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-03 20:12:05 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-03 20:12:05 +0000
commit0ff9edee27f3a9de86a857244daaf95b7c537023 (patch)
treea7a7d83bb7e54417aa516d678bd1503ad065ae64
parent04ca76e78eaea8f40c4262aee530d2b2c3b281bf (diff)
downloadlibmicrohttpd-0ff9edee27f3a9de86a857244daaf95b7c537023.tar.gz
libmicrohttpd-0ff9edee27f3a9de86a857244daaf95b7c537023.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 4f8aee0c..16107fff 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 0x00093101 124#define MHD_VERSION 0x00093102
125 125
126/** 126/**
127 * MHD-internal return code for "YES". 127 * MHD-internal return code for "YES".