update version

This commit is contained in:
Sergio R. Caprile 2025-05-21 09:46:14 -03:00
parent 8061a41b38
commit ccfe7e0724
2 changed files with 8 additions and 7 deletions

View File

@ -20,7 +20,7 @@
#ifndef MONGOOSE_H
#define MONGOOSE_H
#define MG_VERSION "7.17"
#define MG_VERSION "7.18"
#ifdef __cplusplus
extern "C" {
@ -2820,13 +2820,13 @@ bool mg_wifi_ap_start(char *ssid, char *pass, unsigned int channel);
bool mg_wifi_ap_stop(void);
#if MG_ENABLE_TCPIP
struct mg_tcpip_if; // Mongoose TCP/IP network interface
struct mg_tcpip_driver {
@ -2852,6 +2852,7 @@ enum {
MG_TCPIP_EV_USER // Starting ID for user events
};
// Network interface
struct mg_tcpip_if {
uint8_t mac[6]; // MAC address. Must be set to a valid MAC

View File

@ -1 +1 @@
#define MG_VERSION "7.17"
#define MG_VERSION "7.18"