Skip to content

Commit

Permalink
version 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
osch committed Apr 22, 2022
1 parent f6016b4 commit 3b61c30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notify_capi.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
#define NOTIFY_CAPI_H

#define NOTIFY_CAPI_ID_STRING "_capi_notify"
#define NOTIFY_CAPI_VERSION_MAJOR -1
#define NOTIFY_CAPI_VERSION_MINOR 1
#define NOTIFY_CAPI_VERSION_PATCH 0
#define NOTIFY_CAPI_VERSION_MAJOR 0
#define NOTIFY_CAPI_VERSION_MINOR 0
#define NOTIFY_CAPI_VERSION_PATCH 1

typedef struct notify_notifier notify_notifier;
typedef struct notify_capi notify_capi;
Expand Down

0 comments on commit 3b61c30

Please sign in to comment.