Parcourir la source

bump MHD_VERSION to indicate development version

Evgeny Grin (Karlson2k) il y a 3 ans
Parent
commit
b6c9ca1c36
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/include/microhttpd.h

+ 1 - 1
src/include/microhttpd.h

@@ -96,7 +96,7 @@ extern "C"
  * they are parsed as decimal numbers.
  * Example: 0x01093001 = 1.9.30-1.
  */
-#define MHD_VERSION 0x00097600
+#define MHD_VERSION 0x00097601
 
 /* If generic headers don't work on your platform, include headers
    which define 'va_list', 'size_t', 'ssize_t', 'intptr_t',