We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6942ed commit 0aa8ab9Copy full SHA for 0aa8ab9
src/notify_capi.h
@@ -2,9 +2,9 @@
2
#define NOTIFY_CAPI_H
3
4
#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
+#define NOTIFY_CAPI_VERSION_MAJOR 0
+#define NOTIFY_CAPI_VERSION_MINOR 0
+#define NOTIFY_CAPI_VERSION_PATCH 1
8
9
typedef struct notify_notifier notify_notifier;
10
typedef struct notify_capi notify_capi;
0 commit comments