浏览代码

Release v0.10.7

yhirose 3 年之前
父节点
当前提交
9452c0a4b6
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      httplib.h

+ 3 - 2
httplib.h

@@ -8,7 +8,7 @@
 #ifndef CPPHTTPLIB_HTTPLIB_H
 #define CPPHTTPLIB_HTTPLIB_H
 
-#define CPPHTTPLIB_VERSION "0.10.6"
+#define CPPHTTPLIB_VERSION "0.10.7"
 
 /*
  * Configuration
@@ -219,7 +219,8 @@ using socket_t = int;
 #ifdef _WIN32
 #include <wincrypt.h>
 
-// these are defined in wincrypt.h and it breaks compilation if BoringSSL is used
+// these are defined in wincrypt.h and it breaks compilation if BoringSSL is
+// used
 #undef X509_NAME
 #undef X509_CERT_PAIR
 #undef X509_EXTENSIONS