Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed Jun 23, 2019
1 parent 314f70e commit 08254a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yabai.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#define MAJOR 1
#define MINOR 0
#define PATCH 0
#define PATCH 1

#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 08254a9

Please sign in to comment.