瀏覽代碼

Update version number to 1.10

bel 8 年之前
父節點
當前提交
42efdd7d6d
共有 2 個文件被更改,包括 13 次插入1 次删除
  1. 10 0
      RELEASE_NOTES.md
  2. 3 1
      include/civetweb.h

+ 10 - 0
RELEASE_NOTES.md

@@ -1,3 +1,13 @@
+Release Notes v1.10 (work in progress)
+===
+### Objectives: *TO BE DEFINED*
+
+Changes
+-------
+
+- Update version number
+
+
 Release Notes v1.9
 Release Notes v1.9
 ===
 ===
 ### Objectives: *Read SSI client certificate information, improve windows usability, use non-blocking sockets, bug fixes*
 ### Objectives: *Read SSI client certificate information, improve windows usability, use non-blocking sockets, bug fixes*

+ 3 - 1
include/civetweb.h

@@ -23,7 +23,9 @@
 #ifndef CIVETWEB_HEADER_INCLUDED
 #ifndef CIVETWEB_HEADER_INCLUDED
 #define CIVETWEB_HEADER_INCLUDED
 #define CIVETWEB_HEADER_INCLUDED
 
 
-#define CIVETWEB_VERSION "1.9"
+#define CIVETWEB_VERSION "1.10"
+#define CIVETWEB_VERSION_MAJOR (1)
+#define CIVETWEB_VERSION_MINOR (10)
 
 
 #ifndef CIVETWEB_API
 #ifndef CIVETWEB_API
 #if defined(_WIN32)
 #if defined(_WIN32)