diff options
author | ng0 <ng0@n0.is> | 2019-08-19 11:03:13 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-08-19 11:03:13 +0000 |
commit | 55618b1041947c425b6f70fe50cbace741ee7ea6 (patch) | |
tree | 1e4ec942fc308871b267609daaf98d5c36312b2f | |
parent | e82de7505f3be8fcee6bd1fc8990893b0a423a40 (diff) | |
download | libmicrohttpd-55618b1041947c425b6f70fe50cbace741ee7ea6.tar.gz libmicrohttpd-55618b1041947c425b6f70fe50cbace741ee7ea6.zip |
bump version in microhttpd.h
-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 00288696..a678f399 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 0x00096600 | 135 | #define MHD_VERSION 0x00096700 |
136 | 136 | ||
137 | /** | 137 | /** |
138 | * MHD-internal return code for "YES". | 138 | * MHD-internal return code for "YES". |