Skip to content

Commit b3ad03c

Browse files
committed
Bump Flecs version to v4.0.3
1 parent 4fe29fa commit b3ad03c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

distr/flecs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
/* Flecs version macros */
3636
#define FLECS_VERSION_MAJOR 4 /**< Flecs major version. */
3737
#define FLECS_VERSION_MINOR 0 /**< Flecs minor version. */
38-
#define FLECS_VERSION_PATCH 2 /**< Flecs patch version. */
38+
#define FLECS_VERSION_PATCH 3 /**< Flecs patch version. */
3939

4040
/** Flecs version. */
4141
#define FLECS_VERSION FLECS_VERSION_IMPL(\

include/flecs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
/* Flecs version macros */
3434
#define FLECS_VERSION_MAJOR 4 /**< Flecs major version. */
3535
#define FLECS_VERSION_MINOR 0 /**< Flecs minor version. */
36-
#define FLECS_VERSION_PATCH 2 /**< Flecs patch version. */
36+
#define FLECS_VERSION_PATCH 3 /**< Flecs patch version. */
3737

3838
/** Flecs version. */
3939
#define FLECS_VERSION FLECS_VERSION_IMPL(\

0 commit comments

Comments
 (0)