From 55bbb4effd48e1bbe4ec99aa540bbfff152adcbb Mon Sep 17 00:00:00 2001 From: jasonpcarroll Date: Wed, 28 Jan 2026 02:04:17 +0000 Subject: [PATCH] [AUTO][RELEASE]: Update version numbers --- docs/doxygen/config.doxyfile | 2 +- manifest.yml | 2 +- source/include/core_http_client.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/doxygen/config.doxyfile b/docs/doxygen/config.doxyfile index 0134eb40..7ed9a1cb 100644 --- a/docs/doxygen/config.doxyfile +++ b/docs/doxygen/config.doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = coreHTTP # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = v3.1.1 +PROJECT_NUMBER = v3.1.2 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/manifest.yml b/manifest.yml index e1869f5f..b4cdddb3 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,5 +1,5 @@ name: "coreHTTP" -version: "v3.1.1+" +version: "v3.1.2" description: "Client implementation of the HTTP/1.1 specification for embedded devices." license: "MIT" diff --git a/source/include/core_http_client.h b/source/include/core_http_client.h index 0843a678..be273365 100644 --- a/source/include/core_http_client.h +++ b/source/include/core_http_client.h @@ -46,7 +46,7 @@ * If HTTP_LIBRARY_VERSION ends with + it represents the version in development * after the numbered release. */ -#define HTTP_LIBRARY_VERSION "v3.1.1+" +#define HTTP_LIBRARY_VERSION "v3.1.2" /** @endcond */ /* HTTP_DO_NOT_USE_CUSTOM_CONFIG allows building the HTTP Client library