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.
2 parents 8fc4299 + a53b471 commit d4af765Copy full SHA for d4af765
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 1 /**< Flecs minor version. */
38
-#define FLECS_VERSION_PATCH 1 /**< Flecs patch version. */
+#define FLECS_VERSION_PATCH 2 /**< 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