There was an error while loading. Please reload this page.
1 parent 55756eb commit 6707068Copy full SHA for 6707068
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