@@ -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*
@@ -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)