Bläddra i källkod

Update version number

bel 9 år sedan
förälder
incheckning
1dba82d582
3 ändrade filer med 11 tillägg och 2 borttagningar
  1. 9 0
      RELEASE_NOTES.md
  2. 1 1
      contrib/buildroot/civetweb.mk
  3. 1 1
      include/civetweb.h

+ 9 - 0
RELEASE_NOTES.md

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

+ 1 - 1
contrib/buildroot/civetweb.mk

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

+ 1 - 1
include/civetweb.h

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