Skip to content

Commit b39918f

Browse files
committed
Receiver C API version 0.0.1
1 parent 6707068 commit b39918f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/receiver_capi.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
#define RECEIVER_CAPI_H
33

44
#define RECEIVER_CAPI_ID_STRING "_capi_receiver"
5-
#define RECEIVER_CAPI_VERSION_MAJOR -1
6-
#define RECEIVER_CAPI_VERSION_MINOR 2
7-
#define RECEIVER_CAPI_VERSION_PATCH 0
5+
#define RECEIVER_CAPI_VERSION_MAJOR 0
6+
#define RECEIVER_CAPI_VERSION_MINOR 0
7+
#define RECEIVER_CAPI_VERSION_PATCH 1
88

99
typedef struct receiver_object receiver_object;
1010
typedef struct receiver_writer receiver_writer;

0 commit comments

Comments
 (0)