Skip to content

Commit

Permalink
Bump version to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderMertens committed Aug 16, 2024
1 parent e43bc7c commit 02c8c26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 0 /**< Flecs patch version. */
#define FLECS_VERSION_PATCH 1 /**< 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 0 /**< Flecs patch version. */
#define FLECS_VERSION_PATCH 1 /**< Flecs patch version. */

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

0 comments on commit 02c8c26

Please sign in to comment.