diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-10-26 18:56:03 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-10-26 18:56:03 +0200 |
commit | 0237123940668924ef57f46778b3949d45782b69 (patch) | |
tree | bc48db71f254ac454110f08d689674d6b9da3559 | |
parent | 1fe2d0d352ea3301acbce6b8fb4a67eaefc9eb9c (diff) | |
download | libmicrohttpd-0237123940668924ef57f46778b3949d45782b69.tar.gz libmicrohttpd-0237123940668924ef57f46778b3949d45782b69.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 3387e500..1388af5f 100644 --- a/src/include/microhttpd.h +++ b/src/include/microhttpd.h | |||
@@ -132,7 +132,7 @@ typedef intptr_t ssize_t; | |||
132 | * Current version of the library. | 132 | * Current version of the library. |
133 | * 0x01093001 = 1.9.30-1. | 133 | * 0x01093001 = 1.9.30-1. |
134 | */ | 134 | */ |
135 | #define MHD_VERSION 0x00096702 | 135 | #define MHD_VERSION 0x00096703 |
136 | 136 | ||
137 | /** | 137 | /** |
138 | * MHD-internal return code for "YES". | 138 | * MHD-internal return code for "YES". |