Sfoglia il codice sorgente

Update version number to 1.16

bel2125 3 anni fa
parent
commit
6d6eb16f9e
2 ha cambiato i file con 12 aggiunte e 2 eliminazioni
  1. 10 0
      RELEASE_NOTES.md
  2. 2 2
      include/civetweb.h

+ 10 - 0
RELEASE_NOTES.md

@@ -1,3 +1,13 @@
+Release Notes v1.16
+===
+### Objectives: *to be defined*
+
+Changes
+-------
+
+- Update version number
+
+
 Release Notes v1.15
 ===
 ### Objectives: *bug fixes, remove legacy interfaces*

+ 2 - 2
include/civetweb.h

@@ -23,9 +23,9 @@
 #ifndef CIVETWEB_HEADER_INCLUDED
 #define CIVETWEB_HEADER_INCLUDED
 
-#define CIVETWEB_VERSION "1.15"
+#define CIVETWEB_VERSION "1.16"
 #define CIVETWEB_VERSION_MAJOR (1)
-#define CIVETWEB_VERSION_MINOR (15)
+#define CIVETWEB_VERSION_MINOR (16)
 #define CIVETWEB_VERSION_PATCH (0)
 
 #ifndef CIVETWEB_API