Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed Nov 18, 2021
1 parent bbdf88b commit 6bcf544
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/yabai.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
#define SCRPT_ADD_CHECK_OPT "--check-sa"
#define SCRPT_ADD_LOAD_OPT "--load-sa"

#define MAJOR 3
#define MINOR 3
#define PATCH 10
#define MAJOR 4
#define MINOR 0
#define PATCH 0

#define CONNECTION_CALLBACK(name) void name(uint32_t type, void *data, size_t data_length, void *context, int cid)
typedef CONNECTION_CALLBACK(connection_callback);
Expand Down

0 comments on commit 6bcf544

Please sign in to comment.