bel2125 5 лет назад
Родитель
Сommit
8fbb3bedb4
2 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      CMakeLists.txt
  2. 2 2
      docs/README.md

+ 1 - 1
CMakeLists.txt

@@ -41,7 +41,7 @@ include(AddCXXCompilerFlag)
 include(DetermineTargetArchitecture)
 include(CMakeDependentOption)
 
-set(CIVETWEB_VERSION "1.11.0" CACHE STRING "The version of the civetweb library")
+set(CIVETWEB_VERSION "1.13.0" CACHE STRING "The version of the civetweb library")
 string(REGEX MATCH "([0-9]+)\\.([0-9]+)\\.([0-9]+)" CIVETWEB_VERSION_MATCH "${CIVETWEB_VERSION}")
 if ("${CIVETWEB_VERSION_MATCH}" STREQUAL "")
   message(FATAL_ERROR "Must specify a semantic version: major.minor.patch")

+ 2 - 2
docs/README.md

@@ -8,8 +8,8 @@ CivetWeb uses an [MIT license](https://github.com/civetweb/civetweb/blob/master/
 
 It can also be used by end users as a stand-alone web server. It is available as single executable, no installation is required.
 
-The current stable version is 1.11 - [release notes](https://github.com/civetweb/civetweb/blob/master/RELEASE_NOTES.md)
-1.12 is in a release candidate state
+The current stable version is 1.12 - [release notes](https://github.com/civetweb/civetweb/blob/master/RELEASE_NOTES.md)
+1.13 is work in progress
 
 End users can download CivetWeb at SourceForge
 [https://sourceforge.net/projects/civetweb/](https://sourceforge.net/projects/civetweb/)