Skip to content

Commit ccfe7e0

Browse files
committed
update version
1 parent 8061a41 commit ccfe7e0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

mongoose.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#ifndef MONGOOSE_H
2121
#define MONGOOSE_H
2222

23-
#define MG_VERSION "7.17"
23+
#define MG_VERSION "7.18"
2424

2525
#ifdef __cplusplus
2626
extern "C" {
@@ -2820,12 +2820,12 @@ bool mg_wifi_ap_start(char *ssid, char *pass, unsigned int channel);
28202820
bool mg_wifi_ap_stop(void);
28212821

28222822

2823-
#if MG_ENABLE_TCPIP
28242823

28252824

28262825

28272826

28282827

2828+
#if MG_ENABLE_TCPIP
28292829

28302830
struct mg_tcpip_if; // Mongoose TCP/IP network interface
28312831

@@ -2852,6 +2852,7 @@ enum {
28522852
MG_TCPIP_EV_USER // Starting ID for user events
28532853
};
28542854

2855+
28552856
// Network interface
28562857
struct mg_tcpip_if {
28572858
uint8_t mac[6]; // MAC address. Must be set to a valid MAC

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define MG_VERSION "7.17"
1+
#define MG_VERSION "7.18"

0 commit comments

Comments
 (0)