Sfoglia il codice sorgente

Update version number

bel 10 anni fa
parent
commit
12485f551f
2 ha cambiato i file con 10 aggiunte e 1 eliminazioni
  1. 9 0
      RELEASE_NOTES.md
  2. 1 1
      include/civetweb.h

+ 9 - 0
RELEASE_NOTES.md

@@ -1,3 +1,12 @@
+Release Notes v1.8 (work in progress)
+===
+### Objectives: *to be defined*
+
+Changes
+-------
+
+- Updated version number
+
 Release Notes v1.7
 ===
 ### Objectives: *Examples, documentation, additional API functions, some functions rewritten, bug fixes and updates*

+ 1 - 1
include/civetweb.h

@@ -23,7 +23,7 @@
 #ifndef CIVETWEB_HEADER_INCLUDED
 #define CIVETWEB_HEADER_INCLUDED
 
-#define CIVETWEB_VERSION "1.7"
+#define CIVETWEB_VERSION "1.8"
 
 #ifndef CIVETWEB_API
 #if defined(_WIN32)