Skip to content

Commit 17560cb

Browse files
committed
Bumpt wocky api version to 0.2
1 parent a6ca0b6 commit 17560cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wocky/wocky.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@
9090

9191
#define WOCKY_API_VER_0_0 0x0
9292
#define WOCKY_API_VER_0_1 (G_ENCODE_VERSION(0,1))
93-
#define WOCKY_API_VERSION WOCKY_API_VER_0_1
93+
#define WOCKY_API_VER_0_2 (G_ENCODE_VERSION(0,2))
94+
#define WOCKY_API_VERSION WOCKY_API_VER_0_2
9495

9596
G_BEGIN_DECLS
9697

0 commit comments

Comments
 (0)