Ver código fonte

Release CivetWeb version 1.10

bel2125 7 anos atrás
pai
commit
0f1b43536d
2 arquivos alterados com 2 adições e 0 exclusões
  1. 1 0
      RELEASE_NOTES.md
  2. 1 0
      include/civetweb.h

+ 1 - 0
RELEASE_NOTES.md

@@ -5,6 +5,7 @@ Release Notes v1.10
 Changes
 -------
 
+- Add missing `mg_` or `MG_` to symbols in civetweb.h. Symbols without will be removed a future version.
 - Add HTTPS server configuration example
 - Lua Pages: mg.include should support absolute, relative and virtual path types
 - Add API function for HTTP digest authentication

+ 1 - 0
include/civetweb.h

@@ -27,6 +27,7 @@
 #define CIVETWEB_VERSION_MAJOR (1)
 #define CIVETWEB_VERSION_MINOR (10)
 #define CIVETWEB_VERSION_PATCH (0)
+#define CIVETWEB_VERSION_RELEASED
 
 #ifndef CIVETWEB_API
 #if defined(_WIN32)