Skip to content

Commit

Permalink
Bump Flecs version to v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderMertens committed Nov 9, 2024
1 parent 4fe29fa commit b3ad03c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion distr/flecs.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
/* Flecs version macros */
#define FLECS_VERSION_MAJOR 4 /**< Flecs major version. */
#define FLECS_VERSION_MINOR 0 /**< Flecs minor version. */
#define FLECS_VERSION_PATCH 2 /**< Flecs patch version. */
#define FLECS_VERSION_PATCH 3 /**< Flecs patch version. */

/** Flecs version. */
#define FLECS_VERSION FLECS_VERSION_IMPL(\
Expand Down
2 changes: 1 addition & 1 deletion include/flecs.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
/* Flecs version macros */
#define FLECS_VERSION_MAJOR 4 /**< Flecs major version. */
#define FLECS_VERSION_MINOR 0 /**< Flecs minor version. */
#define FLECS_VERSION_PATCH 2 /**< Flecs patch version. */
#define FLECS_VERSION_PATCH 3 /**< Flecs patch version. */

/** Flecs version. */
#define FLECS_VERSION FLECS_VERSION_IMPL(\
Expand Down

0 comments on commit b3ad03c

Please sign in to comment.