Skip to content

Commit

Permalink
Update version number to 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderMertens committed Jan 8, 2025
1 parent 432a365 commit 8a1e9ab
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 3 /**< Flecs patch version. */
#define FLECS_VERSION_PATCH 4 /**< 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 3 /**< Flecs patch version. */
#define FLECS_VERSION_PATCH 4 /**< Flecs patch version. */

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

0 comments on commit 8a1e9ab

Please sign in to comment.