We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432a365 commit 8a1e9abCopy full SHA for 8a1e9ab
2 files changed
distr/flecs.h
@@ -35,7 +35,7 @@
35
/* Flecs version macros */
36
#define FLECS_VERSION_MAJOR 4 /**< Flecs major version. */
37
#define FLECS_VERSION_MINOR 0 /**< Flecs minor version. */
38
-#define FLECS_VERSION_PATCH 3 /**< Flecs patch version. */
+#define FLECS_VERSION_PATCH 4 /**< Flecs patch version. */
39
40
/** Flecs version. */
41
#define FLECS_VERSION FLECS_VERSION_IMPL(\
include/flecs.h
@@ -33,7 +33,7 @@
33
34
0 commit comments