Update to version 3.10.0

This commit is contained in:
2026-02-15 11:52:28 +01:00
parent c98a476228
commit f5e5d92d31
45 changed files with 5602 additions and 253 deletions

View File

@@ -10,9 +10,9 @@ extern "C" {
/** Major version number (X.x.x) */
#define ASYNCWEBSERVER_VERSION_MAJOR 3
/** Minor version number (x.X.x) */
#define ASYNCWEBSERVER_VERSION_MINOR 9
#define ASYNCWEBSERVER_VERSION_MINOR 10
/** Patch version number (x.x.X) */
#define ASYNCWEBSERVER_VERSION_PATCH 6
#define ASYNCWEBSERVER_VERSION_PATCH 0
/**
* Macro to convert version number into an integer