@@ -1,3 +1,12 @@
+Release Notes v1.9 (work in progress)
+===
+### Objectives: *TO BE DEFINED*
+
+Changes
+-------
+- Updated version number
Release Notes v1.8
===
### Objectives: *CMake integration and continuous integration tests, Support client certificates, bug fixes*
@@ -4,7 +4,7 @@
#
################################################################################
-CIVETWEB_VERSION = 1.8
+CIVETWEB_VERSION = 1.9
CIVETWEB_SITE = http://github.com/civetweb/civetweb/tarball/v$(CIVETWEB_VERSION)
CIVETWEB_LICENSE = MIT
CIVETWEB_LICENSE_FILES = LICENSE.md
@@ -23,7 +23,7 @@
#ifndef CIVETWEB_HEADER_INCLUDED
#define CIVETWEB_HEADER_INCLUDED
-#define CIVETWEB_VERSION "1.8"
+#define CIVETWEB_VERSION "1.9"
#ifndef CIVETWEB_API
#if defined(_WIN32)