Parcourir la source

Updated version number

Thomas Davis il y a 11 ans
Parent
commit
66637db176
3 fichiers modifiés avec 11 ajouts et 2 suppressions
  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.6 (Under Development)
+===
+### Objectives: *???*
+
+Changes
+-------
+
+- Updated version number
+
 Release Notes v1.5
 ===
 ### Objectives: *Bug fixes and updates, repository restoration*

+ 1 - 1
contrib/buildroot/civetweb.mk

@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-CIVETWEB_VERSION = 1.5
+CIVETWEB_VERSION = 1.6
 CIVETWEB_SITE = http://github.com/sunsetbrew/civetweb/tarball/v$(CIVETWEB_VERSION)
 CIVETWEB_LICENSE = MIT
 CIVETWEB_LICENSE_FILES = LICENSE.md

+ 1 - 1
include/civetweb.h

@@ -23,7 +23,7 @@
 #define CIVETWEB_HEADER_INCLUDED
 
 #ifndef CIVETWEB_VERSION
-#define CIVETWEB_VERSION "1.5"
+#define CIVETWEB_VERSION "1.6"
 #endif
 
 #include <stdio.h>