gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r36732 - libmicrohttpd/src/include


From: gnunet
Subject: [GNUnet-SVN] r36732 - libmicrohttpd/src/include
Date: Sat, 5 Dec 2015 17:34:10 +0100

Author: grothoff
Date: 2015-12-05 17:34:10 +0100 (Sat, 05 Dec 2015)
New Revision: 36732

Modified:
   libmicrohttpd/src/include/microhttpd.h
Log:
-bump

Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h      2015-12-05 16:31:45 UTC (rev 
36731)
+++ libmicrohttpd/src/include/microhttpd.h      2015-12-05 16:34:10 UTC (rev 
36732)
@@ -130,7 +130,7 @@
  * Current version of the library.
  * 0x01093001 = 1.9.30-1.
  */
-#define MHD_VERSION 0x00094700
+#define MHD_VERSION 0x00094701
 
 /**
  * MHD-internal return code for "YES".
@@ -216,7 +216,7 @@
 #if __clang_major__+0 >= 5 || \
   (!defined(__apple_build_version__) && (__clang_major__+0  > 3 || 
(__clang_major__+0 == 3 && __clang_minor__ >= 3))) || \
   __GNUC__+0 > 4 || (__GNUC__+0 == 4 && __GNUC_MINOR__+0 >= 8)
-/* clang >= 3.3 (or XCode's clang >= 5.0) or 
+/* clang >= 3.3 (or XCode's clang >= 5.0) or
    GCC >= 4.8 */
 #define _MHD_DEPR_MACRO(msg) _MHD_GCC_PRAG(GCC warning msg)
 #define _MHD_DEPR_IN_MACRO(msg) _MHD_DEPR_MACRO(msg)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]