Skip to content

Commit

Permalink
Receiver & Sender C API version 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
osch committed Apr 30, 2022
1 parent 210ca89 commit ae745f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/receiver_capi.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
#define RECEIVER_CAPI_H

#define RECEIVER_CAPI_ID_STRING "_capi_receiver"
#define RECEIVER_CAPI_VERSION_MAJOR -1
#define RECEIVER_CAPI_VERSION_MINOR 2
#define RECEIVER_CAPI_VERSION_PATCH 0
#define RECEIVER_CAPI_VERSION_MAJOR 0
#define RECEIVER_CAPI_VERSION_MINOR 0
#define RECEIVER_CAPI_VERSION_PATCH 1

typedef struct receiver_object receiver_object;
typedef struct receiver_writer receiver_writer;
Expand Down
6 changes: 3 additions & 3 deletions src/sender_capi.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
#define SENDER_CAPI_H

#define SENDER_CAPI_ID_STRING "_capi_sender"
#define SENDER_CAPI_VERSION_MAJOR -1
#define SENDER_CAPI_VERSION_MINOR 1
#define SENDER_CAPI_VERSION_PATCH 0
#define SENDER_CAPI_VERSION_MAJOR 0
#define SENDER_CAPI_VERSION_MINOR 0
#define SENDER_CAPI_VERSION_PATCH 1

typedef struct sender_object sender_object;
typedef struct sender_reader sender_reader;
Expand Down

0 comments on commit ae745f8

Please sign in to comment.