Просмотр исходного кода

Bump MHD_VERSION to indicate development version

Evgeny Grin (Karlson2k) 1 год назад
Родитель
Сommit
fd498a7064
1 измененных файлов с 1 добавлено и 1 удалено
  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 0x01000100
+#define MHD_VERSION 0x01000101
 
 /* If generic headers don't work on your platform, include headers
    which define 'va_list', 'size_t', 'ssize_t', 'intptr_t', 'off_t',