Skip to content

Commit d4af765

Browse files
committed
Merge remote-tracking branch 'upstream/master' into table_column_locks_cr_locks
2 parents 8fc4299 + a53b471 commit d4af765

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

distr/flecs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
/* Flecs version macros */
3636
#define FLECS_VERSION_MAJOR 4 /**< Flecs major version. */
3737
#define FLECS_VERSION_MINOR 1 /**< Flecs minor version. */
38-
#define FLECS_VERSION_PATCH 1 /**< Flecs patch version. */
38+
#define FLECS_VERSION_PATCH 2 /**< Flecs patch version. */
3939

4040
/** Flecs version. */
4141
#define FLECS_VERSION FLECS_VERSION_IMPL(\

include/flecs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
/* Flecs version macros */
3434
#define FLECS_VERSION_MAJOR 4 /**< Flecs major version. */
3535
#define FLECS_VERSION_MINOR 1 /**< Flecs minor version. */
36-
#define FLECS_VERSION_PATCH 1 /**< Flecs patch version. */
36+
#define FLECS_VERSION_PATCH 2 /**< Flecs patch version. */
3737

3838
/** Flecs version. */
3939
#define FLECS_VERSION FLECS_VERSION_IMPL(\

0 commit comments

Comments
 (0)