Преглед изворни кода

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
 ===
 ### 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
 #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
 #if defined(_WIN32)