Skip to content

Commit 6707068

Browse files
committed
Notify C API version 0.0.1
1 parent 55756eb commit 6707068

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/notify_capi.h

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

44
#define NOTIFY_CAPI_ID_STRING "_capi_notify"
5-
#define NOTIFY_CAPI_VERSION_MAJOR -1
6-
#define NOTIFY_CAPI_VERSION_MINOR 1
7-
#define NOTIFY_CAPI_VERSION_PATCH 0
5+
#define NOTIFY_CAPI_VERSION_MAJOR 0
6+
#define NOTIFY_CAPI_VERSION_MINOR 0
7+
#define NOTIFY_CAPI_VERSION_PATCH 1
88

99
typedef struct notify_notifier notify_notifier;
1010
typedef struct notify_capi notify_capi;

0 commit comments

Comments
 (0)