Sfoglia il codice sorgente

Bump MHD_VERSION to signal dev version

Evgeny Grin (Karlson2k) 6 anni fa
parent
commit
d84b96bb7d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/include/microhttpd.h

+ 1 - 1
src/include/microhttpd.h

@@ -132,7 +132,7 @@ typedef intptr_t ssize_t;
  * Current version of the library.
  * 0x01093001 = 1.9.30-1.
  */
-#define MHD_VERSION 0x00096400
+#define MHD_VERSION 0x00096401
 
 /**
  * MHD-internal return code for "YES".