Skip to content

Commit 19acf23

Browse files
cpqcesantabot
authored andcommitted
6.14 -> 6.15
PUBLISHED_FROM=69f3a5f14d4ebce0fb89728fc345f90f1e7b1700
1 parent b3e0f78 commit 19acf23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mongoose.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#ifndef CS_MONGOOSE_SRC_COMMON_H_
2424
#define CS_MONGOOSE_SRC_COMMON_H_
2525

26-
#define MG_VERSION "6.14"
26+
#define MG_VERSION "6.15"
2727

2828
/* Local tweaks, applied before any of Mongoose's own headers. */
2929
#ifdef MG_LOCALS

src/mg_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#ifndef CS_MONGOOSE_SRC_COMMON_H_
2121
#define CS_MONGOOSE_SRC_COMMON_H_
2222

23-
#define MG_VERSION "6.14"
23+
#define MG_VERSION "6.15"
2424

2525
/* Local tweaks, applied before any of Mongoose's own headers. */
2626
#ifdef MG_LOCALS

0 commit comments

Comments
 (0)