diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-12-03 20:12:05 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-12-03 20:12:05 +0000 |
commit | 0ff9edee27f3a9de86a857244daaf95b7c537023 (patch) | |
tree | a7a7d83bb7e54417aa516d678bd1503ad065ae64 | |
parent | 04ca76e78eaea8f40c4262aee530d2b2c3b281bf (diff) | |
download | libmicrohttpd-0ff9edee27f3a9de86a857244daaf95b7c537023.tar.gz libmicrohttpd-0ff9edee27f3a9de86a857244daaf95b7c537023.zip |
-bump version
-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 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". |